@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#PartnersContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 120px;
}
	
.PartnersStepcarousel{
position: absolute; /*leave this value alone*/
left:0px;
top:20px;
overflow: scroll; /*leave this value alone*/
width: 950px; /*Width of Carousel Viewer itself*/
height: 80px; /*Height should enough to fit largest content's height*/
}

.PartnersStepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.PartnersStepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-left: 10px; /*margin around each panel*/
margin-right: 10px; /*margin around each panel*/
width: 930px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
/*background-color:#F00;*/
}
/*
.PartnersStepcarousel .panel a {
text-decoration:none;
background-image:url(CSSImages_Style1/Carousel_Item_BG_174x70.png);
background-repeat:no-repeat;
padding:5px;
}

.PartnersStepcarousel .panel a:hover {
text-decoration:none;
background-image:url(CSSImages_Style1/Carousel_Item_BG_Over_174x70.png);
background-repeat:no-repeat;
padding:5px;
}
  onmouseover="background-color:<?php echo $ArrStyles["56"] ?>; background-image:url(<?php echo $PathStyles.$ArrStyles["57"] ?>);"
*/
.PartnersItem {
display: block;
width: 174px;
height: 70px;
margin-left: 10px;
margin-top: 5px;
padding:0px;
float:left;
}

.PartnersItem a {
display: block;
width: 174px;
height: 70px;
margin:0px;
padding:0px;
float:left;
background-repeat:no-repeat;
}

.PartnersItem a:hover {
display: block;
width: 174px;
height: 70px;
margin:0px;
padding:0px;
float:left;
background-repeat:no-repeat;
}

#PartnersCarouselHeader {
position:absolute;
left:0px;
top:0px;
width:950px;
height:20px;
z-index:2;
/*background-color: #333333;
background-image:url(CSSImages_Style1/Header950px.png);
color:#FFF;*/
background-repeat:no-repeat;
}

#PartnersCarouselHeader_Label {
position:absolute;
left:10px;
top:3px;
font-weight:bold;
font-size:12px;
}

#PartnersCarouselFooter {
position:absolute;
left:0px;
top:100px;
width:950px;
height:20px;
z-index:2;
/*background-color: #333333;
background-image:url(CSSImages_Style1/Footer950px.png);
color:#FFF;*/
background-repeat:no-repeat;
}

#PartnersCarouselFooter_Label {
position:relative;
top:4px;
}

#PartnersCarouselFooter a {
text-decoration:none;
}

#PartnersCarouselFooter a:active {
text-decoration:none;
}

#PartnersCarouselFooter a:hover {
text-decoration:none;
}

