@charset "utf-8";
/* CSS Document */


#books{
	border-color: #ffffff;
	margin-left: 15px;
	height: 600px
}
#paginate-books{
background-color:  #ffffff;
margin-left: 15px;
}

#paginate-books a img{
width: 80px;
height: 60px;
margin-top: 5px;
padding:10px;
}

#paginate-books a img:hover, #paginate-books a.selected img{
border:none;
}


#slider4{
	border-color: #ffffff;
	margin-left: 15px;
	height: 700px;
	
}

#paginate-slider4{
background-color:  #ffffff;
border-color: #cccccc;
margin-left: 15px;
}

#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 2px solid #ffffff;
margin-top: 5px;
padding:10px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid #cccccc;
}




.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color:#ffffff;
border:none;
width:500px; /*width of featured content slider*/
height: 700px;
float:left;
}



.sliderwrapper .contentdiv{
	margin:0px;
	padding:0px;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background-color:#ffffff;
	width:500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:700px;
	float:left;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.sliderwrappernew{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color:#ffffff;
border:none;
width:500px; /*width of featured content slider*/
height: 700px;
float:left;
}



.sliderwrappernew .contentdivnew{
	margin:0px;
	padding:0px;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background-color:#ffffff;
	width:300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:700px;
	float:left;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


.pagination{
width: 630px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color:#ffffff;
padding:0px;
}

.pagination a{
padding:0px;
text-decoration: none; 
color: #666666;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ffffff;
}

