﻿/* gallery */
.gallery{
	float:left;
	width:690px;
}
.gallery .frame{
	width:100%;
	overflow:hidden;
    background: #0099DD url('../../App_Themes/Default/images/contentbox_header_bgup.jpg') repeat-x bottom;
	/* background:url(images/bg-promo-box-top.gif) repeat-x; */
	background-color:#0099DD;
}
.gallery h3{
	float:left;
	padding:3px 5px;
	
	/* width:61px;
	height:15px; */
	margin: 0;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
	/* background:url(../images/mbc1_txt-highlights.gif) no-repeat;
	text-indent:-9999px; */
}

.gallery .frame ul{
	float:right;
	margin:5px;
	padding:0;
	list-style:none;
}
.gallery .frame ul li{
	float:left;
	margin:0 2px 0 0;
}
.gallery .frame ul a{
	display:block;
	overflow:hidden;
	background:url(images/btn-gallery_square.gif) no-repeat;
	width:14px;
	height:14px;
	text-indent:-9999px;
}
.gallery .frame ul a:hover,
.gallery .frame ul a.active{background-position:0 -14px;}
.gallery .box-h{
	width:100%;
	position:relative;
	overflow:visible;
	height:170px;
	border-bottom:solid 1px #21B3E8;
	/* background:#fff url(images/bg-gallery.gif) repeat-x 0 bottom;
	 height:131px; 
	padding:8px 2px 0 4px; */
}
.gallery .frame a.linkMoreNews 
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}
.gallery .frame a.linkMoreNews:hover 
{
    color:#FF6600;
    text-decoration:underline;    
} 

.link-previous,
.link-next
{
    float:left;
    position:relative;
    overflow:hidden;
    width:23px;
    background:#0099DD;
    color:#FFFFFF;
    height:100%;
    text-indent:-9999px;
    
}
.link-previous 
{
    background:url(images/btn-previous.gif) no-repeat 0px center;
}

.link-next 
{
    background:url(images/btn-next.gif) no-repeat 0px center;
}

.link-previous:hover, .link-next:hover 
{
    background-position:-23px center;
    background-color:#E5F5FC;
}

/*.link-previous,
.link-next{
	float:left;
	overflow:hidden;
	position:relative;
	top: 10%;
	height:129px;
	width:20px;
	text-indent:-9999px;
}
.link-previous{background:url(images/btn-previous.gif) no-repeat;}
.link-next{background:url(images/btn-next.gif) no-repeat;}
.link-previous:hover,
.link-next:hover{background-position:0 -129px;}
*/
.gallery .box-h .hold{
	position:relative;
	width:644px;
	overflow:hidden;
	float:left;
	display:inline;
	
	
	
	
}
.gallery .box-h ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:visible;
	width:99999px;
}
.gallery .box-h ul li{
	float:left;
	width:644px;
	/* height:116px; */
	padding:0;
    
}
.gallery .box-h .box{
	float:left;
	width:50%;
	overflow:hidden;
	font-size:12px;
	/* height:116px; */
}

.gallery .box-h .box a 
{
    border:solid 1px #FFFFFF;
    margin:5px 0px;
    padding:5px;
    height:150px;
}
/* .gallery .box-h .box:hover,
.gallery .box-h .box.hover{background:#f4ffd0;} */

.gallery .box-h ul li strong{
	color:#333;
	font-size:11px;
}
.gallery .box-h ul li p{
	margin:5px 0 3px;
	color:#333;
	font-size:11px;
}

/*
.gallery .box-h ul li a{
	color:#216bb4;
	text-decoration:none;
	font-size:12px;
}
.gallery .box-h ul li a:hover{color:#3095b4;}
.alt{
	width:145px !important;
	margin:0 20px 0 0 !important;
	padding:11px 10px 0 13px !important;
}

*/


.lrpadding5 
{
    margin:0px 5px;
}