/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck.com/
Description: The skin used at slidedeck.com
Version: 1.1
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color

/*********** BANNER SLIDEDECK STYLE ***************/

#banner_container{
	float:left;
	width:625px;
	margin:5px 0 0 4px;
	position:relative;
	box-shadow: 0 0 3px #999;
   -o-box-shadow:  0 0 3px #999;
   -webkit-box-shadow:  0 0 3px #999;
   -moz-box-shadow: 0 0 3px #999;
}

#banner dl{
	width:625px;
	height:283px;
	margin: 0;
	background:#04497d;
}

#banner-nav{
	height:48px;
	border-top:1px solid #4d4d4d;
	background-color: #484848;
    background-image: -moz-linear-gradient(top, #333333, #070707); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333333),color-stop(1, #070707)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#070707,endColorstr=#333333,GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#070707,endColorstr=#333333,GradientType=0);
	position:relative;
	overflow:hidden;
	padding:3px 0 0;
}

#banner-nav span.highlight_container{
	display:block;
	position:absolute;
	height:34px;
          width:120px;
	top:6px;
	left:18px;
}

#banner-nav span.highlight{
	display:block;
	width:100%;
	height:30px;
	position:absolute;
	top:3px;
	overflow:visible;
	background-color: #727272;
    background-image: -moz-linear-gradient(top, #4e4e4e, #404040); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4e4e4e),color-stop(1, #404040)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#404040,endColorstr=#4e4e4e,GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#404040,endColorstr=#4e4e4e,GradientType=0);
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #646464;
	border-left: 1px solid #5d5d5d;
}

#banner-nav span.highlight_container span.corner{
	display:block;
	width:7px;
	height:4px;
	background: url('../images/banner_nav-corner.png') 0 0 no-repeat;
	position:absolute;
	left:50%;
	margin: 0 0 0 -2px;
	overflow:hidden;
}

#banner-nav span.nav-bg{
	display:block;
	position:absolute;
	top:5px;
	left:8px;
	width:606px;
	height:38px;
	border-top: 1px solid #000;
	border-right: 1px solid #5d5d5d;
	border-bottom: 1px solid #444;
	border-left: 1px solid #000;
	background-color: #373737;
    background: -moz-linear-gradient(top, #1c1c1c, #333333); /* FF3.6 */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1c1c1c),color-stop(1, #333333)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#333333,endColorstr=#1c1c1c,GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#333333,endColorstr=#1c1c1c,GradientType=0);
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#banner-nav ul{
	height:38px;
	max-width:600px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0 0;
	color: #fff;
	list-style:none;
	z-index:2;
}

#banner-nav ul li{
	float:left;
	margin:0 16px;
	cursor:pointer;
}
#banner .slide .slideContent {
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    width:625px;
    height:0;
    padding-top:283px;
}

#banner .slide_1 .slideContent { background: url(../images/vb/web/home/slides/banner_slide-01.01.png) 0 0 no-repeat; }
#banner .slide_2 .slideContent { background: url(../images/vb/web/home/slides/banner_slide-02.png) 0 0 no-repeat; }
#banner .slide_3 .slideContent { background: url(../images/vb/web/home/slides/banner_slide-03.png) 0 0 no-repeat; }
#banner .slide_4 .slideContent { background: url(../images/vb/web/home/slides/banner_slide-04.png) 0 0 no-repeat; }

#banner .slide_1 a.find-your-books{ top:200px; left: 240px; }
#banner .slide_2 a.find-your-books{ top:220px; left: 50%; margin-left:-157px }
#banner .slide_3 a.find-out-more{ top:226px; left: 320px; }
#banner .slide_4 a.find-out-more{ top:220px; left: 25px; }

#banner a.find-out-more{
	display:block;
	width:225px;
	height:0;
	padding:42px 0 0 0;
	overflow:hidden;
	position:absolute;
	background: url('../images/btn_banner-find-out-more.png') 0 0 no-repeat;
}

#banner a.find-out-more:hover{ background-position: 0 -42px; }
#banner a.find-out-more:active{ background-position: 0 -84px; }

#banner a.find-your-books{
	display:block;
	width:315px;
	height:0;
	padding:48px 0 0 0;
	overflow:hidden;
	position:absolute;
	background: url('../images/vb/web/home/findYourBooks.png') 0 0 no-repeat;
}

#banner a.find-your-books:hover{ background-position: 0 -48px; }

#banner .slidedeck dd a.subLink{color:#eeed56;font-size:12px;text-decoration:underline;position:absolute;}
#banner .slide_1 a.subLink{top:250px;left:290px}
#banner .slide_2 a.subLink{top:235px;left:445px}

/*********** BOOKSCROLLER SLIDEDECK STYLE ***************/

#bookScroller {
 width:937px;
 margin:0 auto;
 position:relative;
 overflow:hidden;
 padding:0 0 60px 0;
 background: url('../images/gradient-divider.png') 14px bottom no-repeat;
}
#bookScroller dl{ 
 height:265px;
 width:820px;
 margin: 0 auto;
}
#bookScroller dd{
	width:835px !important;
	padding: 0;
    overflow:hidden;
}
#bookScroller dd div.book{
	width:130px;
	height:220px;
	position:relative;
	float:left;
	margin:0 18px;
    padding:0;
}
#bookScroller dd div.book .bookImage {
    width:100%;
    height:160px;
    position:relative;
}
#bookScroller dd div.book .bookImage a, #bookScroller dd div.book .bookImage a:link, #bookScroller dd div.book .bookImage a:visited {
    display:block;
    position:relative;
    float:left;
    width:100px;
    height:150px;
    margin:0;
    padding:0;
    text-decoration:none;
    border:none;
}
#bookScroller dd div.book .bookImage a:hover, #bookScroller dd div.book .bookImage a:active {
    text-decoration:none;
}
#bookScroller dd div.book img.book{
    position:absolute;
    bottom:0;
    left:0;
	margin:0;
}
#bookScroller dd div.book span.tag{
	width:44px;
	height:45px;
	padding:10px 5px 0;
	position:absolute;
	bottom:-10px;
	right:-10px;
	background: url('../images/book-tag.png') 0 0 no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:17px;
}
#bookScroller dd div.book span{
	display:block;
	overflow:hidden;
	position:relative;
}
#bookScroller dd div.book a.title, #bookScroller dd div.book a.title:link, #bookScroller dd div.book a.title:visited {
	color:#006a9b;
	font-weight:bold;
	font-size:13px;
}
#bookScroller dd div.book a.title:hover, #bookScroller dd div.book a.title:active{
	text-decoration:underline;
}
#bookScroller dd div.book span.desc{
	font-size:11px;
	color:#999;
}
#bookScroller dd div.book span.oldPrice{
	display:inline;
	color:#666;
	font-size:12px;
	text-decoration:line-through;
	padding:0 5px 0 0;
}
#bookScroller dd div.book span.ourPrice{
	display:inline;
	color:#cc0000;
	font-size:14px;
	font-weight:bold;
}
#bookScroller dd div.book span.ourPrice a:link, #bookScroller dd div.book span.ourPrice a:visited { display:inline; color:#cc0000; font-size:14px; font-weight:bold; text-decoration: none; }
#bookScroller dd div.book span.ourPrice a:hover, #bookScroller dd div.book span.ourPrice a:active { display:inline; color:#cc0000; font-size:14px; font-weight:bold; text-decoration: underline; }

#bookScroller dd div.book span.save{
	color:#666;
	font-size:11px;
}
#bookScroller span.left{
	background: url('../images/button-sprite.png') -24px 0 no-repeat;	
	position:absolute;
	top:70px;
	left:20px;
	z-index:2;
}
#bookScroller span.left:hover{
	background-position: -24px -24px
}
#bookScroller span.left:active{
	background-position: -24px -48px
}
#bookScroller span.right{
	background: url('../images/button-sprite.png') -48px 0 no-repeat;	
	position:absolute;
	top:70px;
	left:895px;
	z-index:2;
}
#bookScroller span.right:hover{
	background-position: -48px -24px
}
#bookScroller span.right:active{
	background-position: -48px -48px
}

