body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana; 
	font-size:14px;
	color: #525252;
	background-color:#e9ebee;
	margin:0 auto;
	width:915px;
}

:focus, :active { 
	outline: 0; 
} 

a, a:visited, a:hover{
	color: #525252;
	text-decoration:none;
}
a:hover{
	color:#01a33c;	
}

img{
	border:0;
}

form{
	margin:0;
	padding:0;
}


#header{
	float:left;
	width:915px;
	height:65px;
	text-align:center;
}

.backhome{
	position:absolute;
	top:-40px;
	left:0px;
	width:23px;
	height:23px;
}
.backhome:hover{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	-moz-opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=400)";/*IE8*/
}

.adsleft, .adsright{
	position:absolute;
	top:-41px;
	width:160px;
	height:600px;	
}
.adsleft{
	left:-165px;
}
.adsright{
	right:-165px;
}
.adsfooter{
	position:absolute;
	bottom:5px;
	left:121px;
	width:728px;
	height:90px;
}
.adsheader{
	position:absolute;
	top:-41px;
	left:0px;
	width:915px;
	height:41px;
	padding: 12px 8px 0 8px;
	border-top:1px solid #dfe0e4;
	border-left:1px solid #dfe0e4;
	border-right:1px solid #dfe0e4;
	background-color:white;
}

.beginning{
	float:right;
	width:400px;
	text-align:right;
	color:#000;
}
.beginning a, .beginning a:hover, .beginning a:visited{
	color:#000;
	text-decoration:underline;
}
.beginning a:hover{
	color:#999;
}

#prev{
	position:absolute;
	/*left:-49px;*/
	left: 2px;
	top:230px;
}
#next{
	position:absolute;
	/*right:-49px;*/
	right:5px;
	top:230px;
}
.nav:hover{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	-moz-opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=400)";/*IE8*/
}
.nav{
	margin-left:3px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/*IE8*/
}

h1{
	float:left;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
	color:black;
	width:450px;
}
h1 span{
	font-weight:normal;
}

.back{
	position:absolute;
	float:left;
	left:-9px;
	width:22px;
	height:22px;
	top:8px;
}

.container{
	position:relative;
	float:left;
	width:915px; 
	height:510px;
	background-color:black;
}

.item
{
	float:left;
	width:323px;
	height:191px;
	background-color:black;
	margin-right:2px;
	margin-bottom:2px;
}
.item img
{
	width:323px;
	height:191px;
}

.itemDetails{
	width:915px;
	height:510px;
	background-color:white;
	padding:0 8px;
	border-left:1px solid #dfe0e4;
	border-right:1px solid #dfe0e4;
/*	
	-webkit-animation-name: itemDetails;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;  
*/
}
.item:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/*IE8*/
}

.formtext{
	float:left;
	width:915px;
	text-align:center;
	color:white;
	font-size:16px;
	margin-bottom:6px;
}

.votebutton{
	float:right;
	width:120px;
	margin-top:6px;
}

.footer{
	position:absolute;
	width:915px;
	bottom:-49px;
	font-size:12px;
	padding:8px;
	background-color:white;
	border-bottom:1px solid #dfe0e4;
	border-left:1px solid #dfe0e4;
	border-right:1px solid #dfe0e4;
}
.footer a, .footer a:visited, .footer a:hover{
	color:#7e7e7e;
	text-decoration:underline;
}
.footer a:hover{
	text-decoration:none;
}


.pagination
{
	position:absolute;
		
	font-size:14px;
	line-height:22px;

	text-align: center;
	margin:0 auto;
	
	width:1397px;
	bottom:-45px;
	
	color:#7e7e7e;
}
.pagination a, .pagination a:visited {
	color:#7e7e7e;
	text-decoration:none;
	padding:4px 6px;
	margin:0 7px 0 7px;
	border:1px solid #7e7e7e;
}

.pagination a:hover, .pagination a:active {
	color:#FFF;
	border:1px solid #FFF;
	text-decoration:none;
}
.pagination span.selected {
	padding:4px 6px;
	margin:0 7px 0 7px;
	border:1px solid #FFF;
	font-weight:bold;
	color:#FFF;
}
.pagination span.disabled {
	padding:4px 6px;
	margin:0 7px 0 7px;
	border:1px solid #363636;
	color:#363636;
}

.myinfo{
	width:0px;
	height:0px;
	visibility:hidden;
}





