/* CSS Document */

   #content.holder .menu { padding: 0; clear: both; margin:0; }
            #content.holder .menu li { display: inline; }
            #content.holder .menu li a { background: #f7f7f7; padding: 10px; float:left; border-right: 1px solid #ddd; border-bottom: none; text-decoration: none; color: #000; font-weight: bold;}
            #content.holder .menu li.active a { background: #222; color:white;}
            #content.holder .PLScontent { float: left; clear: both; border: 1px solid #ddd; border-top: none; border-left: none; background: #f7f7f7; padding: 10px 15px 20px; width: 600px; }


 .text-holder {
background: white;
border: 1px solid #C4C4C4;
width: 400px;
float: left;

}            
.text-holder input {
background: transparent;
border: none;
color: #636363;
width: 400px;
padding: 5px 4px 4px 7px;
float: left;
font-weight: normal;
}
#bookshelf-container {
	width:100%;
	height: 136px;
	padding: 0;
	margin: 0;
}

.jcarousel-container-horizontal {
    width: 100%;
    height: 100%;
    border: none;
    background: url(../images/bookself_c_728.jpg) no-repeat;
    padding: 0;
    margin: 0;
}

.jcarousel-clip-horizontal {
	top: 12%;
	left: 3%;
    width: 94%;
    height: 76%;
}

#books li img{
   width: 75px;
   height: 100px;
   border: none;
   padding: 2px;
}

#books li a:hover img{
   border: 2px ridge red;
   padding: 0;
}

#books li.current a img{
   border: 2px ridge red;
   padding: 0;
}

.jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 90%;
    cursor: pointer;
    border: 0;
    background: url(../images/arrow-right.gif) no-repeat center;
}

.jcarousel-next-disabled-horizontal {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 90%;
    cursor: pointer;
    border: 0;
    background: url(../images/arrow-left.gif) no-repeat center;
}

.jcarousel-prev-disabled-horizontal {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

#seventabs  ul li {
	list-style: disc inside none ;
	padding: 6px 0px;
}
