﻿/* container for slides */
.images {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 25px #666666;
    background: url("/Content/Images/jquery/h300.png") repeat-x scroll center bottom #EEEFF1;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    float: left;
    height: 423px;
    margin: 15px;
    position: relative;
    width: 639px;
}

/* single slide */
.images div {
    display: none;
    font-size: 12px;
    height: 373px;
    left: 0;
    margin: 7px;
    overflow: hidden;
    padding: 15px 30px 0 33px;
    position: absolute;
    top: 0;
    width: 560px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
    clear:both;
    height:15px;
    margin:0 auto;
    text-align:center;
    width:667px;
}

/* single tab */
.slidetabs a {
    background:url("/Content/Images/jquery/navigator.png") no-repeat scroll 0 0 transparent;
    display:inline-block;
    font-size:1px;
    height:8px;
    margin:3px;
    width:8px;
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
    background:url("/Content/Images/jquery/hori_large.png") no-repeat scroll 0 0 #FFFFFF;
    cursor:pointer;
    display:block;
    float:left;
    font-size:1px;
    height:30px;
    margin-top:224px;
    text-indent:-9999em;
    width:30px;
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
