.album {
	margin: 7px 0;
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;-moz-border-radius: 5px;
border-radius: 5px;
}

.album .image {
	float: right; 
	margin-left: 5px;
}

.album h2.name {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #666;
}
.album h2.name a{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #666;
}

#albumlist div #clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.clear { 
    clear: both; 
}

#thumbswide {
	text-align: left;	
    width: 750px;
}

#thumbsnarrow {
    text-align: left;
    width: 100%;
}

.description {
	height: 38px;
	margin-top: -20px;text-shadow:0 1px 0 #fff;
}

.thumbs img {
	margin: 5px;
	padding: 0px;
	border: 5px solid #fff;box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

#imagetitle {
	text-align: center;
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
	color: #333;text-shadow:0 1px 0 #fff;
}
    
#imagedesc {
	text-align: left;
	font-size: 12px;
	padding-left: 2px;
}
    
    
#albumlist div {
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
    
#albumlist .alt, #albumlist .alt div {
	background-color: #fafafa;
}

#albumlist .even, #albumlist .even div {
	background-color: #fafafa;
}

#albumlist a img {
	border: 5px solid #ffffff;box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.prev {
	float: left;
    text-align: left;
}

.next {
	float: right;
	text-align: right;
	
	margin-right: 10px;
}

#prevnext {
	background-color:transparent;
	margin: 10px auto 20px auto;
	padding: 0;/*    width: 490px; */
	font-size: 10px;
	text-transform: uppercase;
}
    
#prev-arrow, #next-arrow {
	background-color: #000;
	padding: 5px;
	width: 40px;
	position: relative;
	top: 350px;
	font-size: 4em;
	color: #fff;
	height: 30px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: -20px;-moz-border-radius: 6px;
border-radius: 6px;padding-top: 5px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;

}

#prev-arrow a:link, #next-arrow a:link {
	border-style: none;
	color: #FFF;
}
#prev-arrow a:visited, #next-arrow a:visited { border-style: none;color: #FFF; }
#prev-arrow a:hover, #next-arrow a:hover { text-decoration: none; }
#prev-arrow a:active, #next-arrow a:active { border-style: none; }
#prev-arrow {
	text-align: left;
	margin-left: 9px;
	
}
#next-arrow {
	text-align: right;
	margin-right:30px;
}

.big {
	margin-right: auto;
	margin-left: auto;
	width: 910px;
}
.big{
	border: 5px solid #fff;
	margin-top: -30px;box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.gallery_t 	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #333;
	letter-spacing: -1px;
	height: 20px;
	background-image: url(../../../themes/MvConsultingV2/images/folder.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.gallery_t 	a{

	padding-left: 10px;text-shadow:0 1px 0 #fff;
}

