
/* container for slides */
.images {
    position:relative;
    /*height:240px;*/
    width:680px;
    /*float:left;*/
    
/*	margin:15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow:0 0 25px #666;
    -webkit-box-shadow:0 0 25px #666; */
}

/* single slide */
.images div {
    display:none;
    position:relative;
    top:0;
    left:0;	
    width: 680px;
    /*margin:7px;*/
    /*padding:15px 30px 15px 15px;*/
    /*height:256px;*/
    /*font-size:12px;*/
}

/* header 
.images h3 {
    font-size:22px;
    font-weight:normal;
    margin:0 0 20px 0;
    color:#456;
} */

/* tabs (those little circles below slides) */

.overtabs{ padding-top: 0px; position: relative; width: 695px; margin: 0 auto; z-index: 3; height: 35px;}
.slidetabs { bottom: 11px; left: 105px; padding-top: 12px; position: absolute; width:760px; z-index: 3;}

/* single tab */
.overtabs a, .slidetabs a { float:left; display:block; padding: 8px 10px; font-family: "Times New Roman", Times, serif;
	font-size: 16px; color: #736c61; text-align: left; text-transform: uppercase;}

/* mouseover state */
.overtabs a:hover, .slidetabs a:hover { color: #c7c1b3; text-decoration: none;}

/* active state (current page state) */
.overtabs a.current, .slidetabs a.current { color: #c7c1b3; text-decoration: none;}


/* prev and next buttons 
.forward, .backward {
    float:left;
    margin-top:140px;
    background:#fff url(/media/img/scrollable/arrow/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;
} */

/* 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;
}