﻿div.bookmarks {
	width:350px;
	height:59px;
	padding:0px;
	margin:0px;
	z-index:200;
}
/*End Presentational Styles*/


ul.socials {margin:0px;
padding:0px;}

ul.socials li {
	display:inline-block;
	float:left;
	list-style-type:none;
	margin:0 2px 0 0;
	height:29px;
	width:50px;
	cursor:pointer;
}

ul.socials a {
	display:block;
	width:50px;
	height:29px;
	font-size:0;
	color:transparent;
	
}

.digg, .digg:hover, .delicious, .delicious:hover, .facebook, .facebook:hover, .twitter, .twitter:hover, .myspace, .myspace:hover, .yahoo, .yahoo:hover  {
	background:url(pictures/sprite-trans_1.png) no-repeat;
}

.digg {
	background-position:-250px top;
}
.digg:hover {
	background-position:-250px bottom;
}

.delicious {
	background-position:-50px top;
}
.delicious:hover {
	background-position:-50px bottom;
}
.myspace {
	background-position:-100px top;
}
.myspace:hover {
	background-position:-100px bottom;
}
.twitter {
	background-position:-150px top;
}
.twitter:hover {
	background-position:-150px bottom;
}
.facebook {
	background-position:-200px top;
}
.facebook:hover {
	background-position:-200px bottom;
}
.yahoo {
	background-position:left top;
}
.yahoo:hover {
	background-position:left bottom;
}
