/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	width: 100%; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	background-color: #821727;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid white;
}

.modernbricksmenu2 a:hover{
	background-color: #1FA8E1; /*Brown color theme*/
	color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #570E16; /*Brown color theme*/
	color: white;
	border-color: #224972; /*Brown color theme*/
}

.highslide-gallery li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
	width: 160px;
	height: 180px;
}
.highslide-gallery {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.highslide-gallery li a {
	display: block;
	width: 138px;
	padding: 10px;
	margin: 0px;
	height: 158px;
	position: absolute;
	z-index: 5;
	text-decoration: none;
	background-color: #000324;
	border: 1px solid #00043E;
	color: #FFF;
}
.highslide-gallery li a:hover {
	background-color: #23A8E1;
	border: 1px solid #42B5E6;
}
.highslide-gallery li em {
	display: block;
	width: 140px;
	cursor: pointer;
	font-style: normal;
	margin-top: 5px;
	text-transform: uppercase;
}
