@CHARSET "UTF-8";

.fleft{float:left}

h4{
	font-size: 13px;
	font-weight: bold;
}

.fader-jumpNav{
	/*margin:0px;
	padding:0px;*/
  left: 430px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 350px;
    z-index: 3;
}

.fader-jumpNav  a{
	padding:10px;
/*	border:1px solid #f3f3f3;*/
background: url("../images/dot2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor:pointer;font-size:0;
}

.fader-jumpNav  a.active{
	padding:10px;
/*	border:1px solid #cdcdcd;

	background: #fff;*/
background: url("../images/dot1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);font-size:0;
}

.fader-navButtons{
	/*float:right*/ width: 1000px;
}

.fader-navButtons a{
	padding: 0px 6px;
	cursor:pointer;
	width:10px;
	height:10px;
}


.fader-nav{
	padding:3px;
	/*background: #f3f3f3;
	border-bottom:1px solid #cdcdcd;*/
}
.fader-nav .previousButton{
	background: url(../img/prev.png) no-repeat 0px 2px; 
  float: left;
    height: 42px;
    left: 50px;
    position: relative;
    top: 163px;
    width: 42px;
    z-index: 3;
}

.fader-nav .nextButton{
	background: url(../img/next.png) no-repeat 0px 2px; float: right;
     height: 42px;
     right: 38px;
    position: relative;
    top: 163px;
    width: 42px;
    z-index: 3;
}


.fader-container{
	/*width:400px;*/
	overflow:hidden;
	/*height:200px;*/
	/*border:1px solid #cdcdcd;*/
	margin:10px 0;height:375px !important;
}

ul.fader{
	clear:both;
}

.fader li{
	padding:5px;
}

.books img{
	width:93px;
	height:142px;
}

.images img{
	/*width:390px;
	height:218px;*/
}

#imageList li:focus { left: 17px !important;
    position: absolute;
  top: -21px !important;
}
#imageList li { left: 17px !important;
    position: absolute;
   top: -13px !important;
}
