.slides_container {
width:100%;
height:470px;
margin-top:5px;
}

.slides_container div {
width:240px;
height:470px;
}

#vagp_footer_outer {
width:100%;
margin:0 auto;
background: #f8f8f8 url(themes/default/images/footer_bg.jpg) repeat-x 0 top;
height:auto;
}

#vagp_footer{
width:100%;
margin:0 auto;

}
#vagp_footer .vagp_footer_top{
width:100%;
float:left;
padding:28px 0 20px;
background:url(themes/default/images/footer_border.gif) repeat-x 0 bottom;}
#vagp_footer .vagp_footer_top .column{
width:130px;float:left;}
#vagp_footer .vagp_footer_top h3{
background:url(themes/default/images/footer_box_border.jpg) no-repeat 0 bottom;
padding:3px 0 8px;
margin-bottom:10px;
}
#vagp_footer .vagp_footer_top p{
color:#2e2e2e;
font-size:11px;
line-height:15px;
}

#vagp_footer .vagp_footer_top p a{
color:#2e2e2e;
text-decoration:underline;
}
#vagp_footer .vagp_footer_top p a:hover{
text-decoration:none;
}
#vagp_footer .vagp_footer_top ul.site_map{
display:block;
font-size:11px;
line-height:11px;
list-style:none;
margin:0;
padding:0;
}
#vagp_footer .vagp_footer_top ul.site_map li{
display:block;
padding:0 0 7px 22px;
background:url(themes/default/images/footer_list_style_.gif) no-repeat 0 3px;
}
#vagp_footer .vagp_footer_top ul.site_map li a{
color:#2e2e2e;
text-decoration:none;
}
#vagp_footer .vagp_footer_top ul.site_map li a:hover{
text-decoration:underline;
}

#vagp_footer .vagp_footer_top .marging_right
{margin-right:48px;
display:inline;}

#vagp_footer .vagp_footer_top strong.heading{
display:block;
}

#vagp_footer .vagp_footer_top li.last {
background:transparent;
}

.titlerow {
height: 25px;
float:left;
width:100%;
border-bottom: 1px dotted #6B6B6B;
display:block;
vertical-align:middle;
margin-bottom:5px;
}

.ftitle {
font-size: 20px;
vertical-align:middle;
color: gold;
}

.ftitles {
font-size: 15px;
vertical-align:middle;
color: #0873b9;
}



.next {
line-height: 25px;
text-align: left;
}

.prev {
line-height: 25px;
text-align: left;
}

.hover {
background-color:#efefef;
}
.hoverout {
background-color:#fff;
}

.imgBoxCD { 
overflow:hidden; 
width:150px; 
height: auto; 
position: relative; 
padding: 4px; 
margin-top:5px;
margin-bottom:5px;
} 
.imgBoxCD img{ 
width:150px; 
height:auto; 
} 

.imgBoxTCD { 
overflow:hidden; 
width:100px; 
height: auto; 
position: relative; 
padding: 4px; 
margin-top:5px;
margin-bottom:5px;

} 
.imgBoxTCD img{ 
width:100px; 
height:auto; 
} 



.imgBoxC { 
  overflow:hidden; 
  width:80px; 
  height: auto; 
} 
.imgBoxC img{ 
  width:80px; 
  height:auto; 
  } 

div.flowvertcont {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 98px;
	width: 760px;
	overflow: auto;
}
ul.flowvertcont {
	display: block;
	height: 98px;
	/* max width here, for users without javascript */	
	width: 4500px;	
	padding: 1px; 
	/* removing default styling */
	margin: 0px auto;
	list-style: none;
}
.flowvertcont li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.flowvertcont a {
	display: block;
	text-decoration: none;
	text-align:center;
}
.flowvertcont span {
	margin-top: 3px;
	text-align: center;
	font-size: 12px;	
}
.flowvertcont a:hover span {
	display: block;
}
.flowvertcont img {
	padding: 4px; 
	margin: 2px; 
	box-shadow: 0px 0px 4px #229bd9;
	-moz-box-shadow: 0px 0px 4px #229bd9;
	-webkit-box-shadow: 0px 0px 4px #229bd9;
	border: 1px solid #5594be;
	color: #111;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.flowvertcont a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}
