/* CAROUSEL */

.carousel{
    margin:  0 0 25px 0;
    position:relative;
    height: 363px;
    width: 980px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
}	


.carousel .backgrounds{
    height: 354px;
}

.carousel .backgrounds .item{
	width: 980px;
	height: 310px;
	float:left;
	position:relative;
	z-index:1;

}

.carousel .backgrounds .item h2{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	top: 150px;
	position: absolute;
	left: 22px;
	height: 100px;
	width: 400px;
	line-height: 20px;
	letter-spacing: 1px;
}
.carousel .backgrounds .item_1{
    background: transparent url(../images/2.png) no-repeat 0 0;
}

.carousel .backgrounds .item_2{
    background: transparent url(../images/3.png) no-repeat 0 0;
}

.carousel .backgrounds .item_3{
    background: transparent url(../images/1.png) no-repeat 0 0;
}

.carousel .panel{

	color: #000;
	right: 0;
	top:100;
	height: 200px;
	width: 980px;
	z-index:10;
	position: relative;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 225px;
    left:0px;
    width: 980px;    
    text-align:center;   
}

.carousel .panel .paging a{
	color: #fff;
	font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}



.carousel .panel .paging #numbers a {
	width:326px;
	height:46px;
	background:url(../images/tab-off.png) no-repeat;
	display:block;
	float:left;
	font-size: 0px;
}

.carousel .panel .paging #numbers a.selected {
    width:326px;
	height:46px;
	background:url(../images/tab-on.png) no-repeat;
	display:block;
	float:left;
	font-size: 0px;
}

.carousel .panel .paging #tab {
	float:left;
	position: relative;
	top: -32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	left: 100px;
	text-decoration: none;
	cursor: default;
	}
.carousel .panel .paging #tab2 {
	float:left;
	position: relative;
	top: -32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	left: 330px;cursor: default;
	}
.carousel .panel .paging #tab3 {
	float:left;
	position: relative;
	top: -32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	left: 550px;cursor: default;
	}

.carousel .backgrounds .item .main {
	float:left;
	width:600px;
	height:180px;
	font-size: 18px;
	font-weight: bold;
	color: #006;
	line-height: 22px;
	margin-top: 350px;
}
    


.carousel .backgrounds .item .main .h2{
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 5px 0;color: #006;
}

.carousel .backgrounds .item .more{
    color: #999;
    font-size:1.1em;
}   

.carousel .backgrounds .item .img-side {
	position: relative;
	padding-left: 20px;
	float: right;
	top: -15px;
	text-align: center;
	margin-top: 350px;
	z-index: 1;
}
/* END CAROUSEL */

a#rollover {
	background-image:url(../images/download-but-off.png);
	width: 340px;
	height: 159px;
	display:block;
	position: relative;
	z-index: 1;
}
a#rollover span { display:none; }
a#rollover:hover { background-image:url(../images/download-but-on.png); }