/* @override http://www.tree2mydoor.com/css/rotator.css */

/* @override 
	http://t2mdev.creativechamber.com/css/rotator.css

*/

#rotator {
border: 1px solid #a5b45c;
float: left;
width: 598px;
}

.main_image {
    width: 385px;
    height: 325px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}

.main_image img {
    width: 386px;
    height: 325px;  
}

#rotator .main_image h2 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
}
#rotator .main_image p {
    font-size: 1em;
    line-height: 1.2em;
    padding: 5px 10px;
    margin: 0;
    color: #fff;
}

#rotator .main_image p a {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fe9800;
    background: url(/g/list/level2_item.gif) no-repeat 0px 2px; 
	margin: 3px 0px 1px 2px;
	padding-left: 17px;
	display: block;
}

.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: .9em;
    padding: 0 0 0 0;
}

.main_image small {
font-size: 1em;
}

.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #194C19;
    border-top: 1px solid #194C19;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(/g/rotator/hide_show.jpg) no-repeat left top;
    height: 20px;
    width: 63px;
    text-indent: -99999px;
    position: absolute;
    top: -20px;
    right: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.main_image a.show {background-position: left bottom;}


/* Thumbs */

.image_thumb {
    float: left;
    width: 212px;
    background: #f0f0f0;
    /*border-right: 1px solid #fff;*/
    /*border-top: 1px solid #ccc;*/
    border-left: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
    float: left;
    height: 30px
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 1px 11px 5px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    width: 206px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    height: 40px;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
#rotator .image_thumb ul li h2 {
    font-size: .9em;
    margin: 0 0 2px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 150px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/




/**/

#dedicate-rotator .main_image { height: 280px;}

#dedicate-rotator .main_image img { height: 280px;  
}

#dedicate-rotator .image_thumb ul li{
    padding: 10px 1px 10px 5px;
    height: 48px;
}

#dedicate-rotator .image_thumb ul li h2 { font-size: 1.2em; }
