/* container for slides */
.images {
	position:relative;	
	height: 370px;
	width:980px;
	float:left;	
	cursor:pointer;
}

.images1 {
	position:relative;	
	height: auto;
	width:715px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:370px;
}

.images1 div {
	position:relative;
	top:0;
	left:0;		
	height:auto;
}

/* tabs (those little circles below slides) */
.slidetabs,.slidetabs2 {
	float:left;
}

/* single tab */
.slidetabs a ,.slidetabs2 a{
	width:12px;
	height:12px;
	float:left;
	margin:5px 3px 3px;
	background:url("/images/hompage_infografic_bullet.jpg") 0 0 no-repeat;
	display:block;
	font-size:1px;		
}
.slidetabs {
    bottom: 25px;
    float: left;
    left: 355px;
    position: relative;
}

/* mouseover state */
.slidetabs a:hover,.slidetabs2 a:hover {
	background-position:0 -12px;      
}

/* active state (current page state) */
.slidetabs a.current,.slidetabs2 a.current {
	background-position:0 -12px;     
} 	


/* prev and next buttons */
.forward{
	float:left;
	background:#fff url("/images/arrow-right.png") no-repeat;
	display:block;
	width:12px;
	height:9px;
	cursor:pointer;
	font-size:1px;
	margin:7px 0px 0px 3px;
		
}
.backward {
	float:left;
	background:#fff url("/images/arrow-left.png") no-repeat;
	display:block;
	height: 9px;
    width: 12px;
	cursor:pointer;
	font-size:1px;

	margin-top:7px;
	
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* style for left right button gallery */
.forward_one {
    background: url("/images/feed_next.jpg") no-repeat scroll right top #FFFFFF;
    bottom: 0;
    height: 79px;
    left: 786px;
    position: relative;
    right: 0;
    top: 140px;
    width: 79px;
    z-index: 100;
}
/* .forward_one{background: url("/images/feed_next.jpg") no-repeat scroll right top #FFFFFF;bottom:0px;top:390px;height:79px;position:absolute;right:270px;width:79px;z-index:100;}
.backward_one {background: url("/images/feed_prev.jpg") no-repeat scroll 0 0 #FFFFFF;cursor:pointer;display:block;float:left;font-size:1px;height:79px;left:269px;margin-top:7px;position:absolute;right:0;top:390px;width:79px;z-index:100;}*/
.backward_one {
    background: url("/images/feed_prev.jpg") no-repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 79px;
    left: -79px;
    margin-top: 7px;
    position: relative;
    right: 0;
    top: 140px;
    width: 79px;
    z-index: 100;
}
.top_gallery_pagination{float: right;height: 26px;position: absolute;width: 55%;}
.forward_one:hover{background: url("/images/next_hover.jpg") no-repeat scroll right top;}
.backward_one:hover{background: url("/images/prev_hover.jpg") no-repeat scroll left top;}


/* Chrome issues */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .forward_one  {top:138px;  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .backward_one {top:138px;  }
}
.home_breadcum{margin-bottom:30px;}


