.sliderwrappergal{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #cccccc;
border-bottom-width: 0px;*/
/*width: 287px; width of featured content slider*/
height: auto !important; 
height: 414px;
min-height:414px;
width:100%;
/*background-color: #446694;*/
}

#slider1.sliderwrappergal {height: 260px;min-height:260px;}
#slider2.sliderwrappergal {height: 225px;min-height:225px;}
#slider3.sliderwrappergal {height: 225px;min-height:225px;}

.paginationgal .toc:link ,.paginationgal .toc:visited ,.paginationgal .toc:hover {	height:0px;	width:0px;}

.sliderwrappergal .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #fff;
width:100%;
/*width: 287px; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.paginationgal{
width: 757px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:30px;
text-align: right;
color:#666666;
font-family:verdana;
font-size:10px;
position:absolute;
top:100px;
display:table;
z-index:100;
}

.paginationgal a{
/*padding: 0 5px;*/
text-decoration: none; 
text-align:right;
color: #000000;
background-repeat: no-repeat;
}
.paginationgal a.prev{float:left;}
.paginationgal a.next{float:right;}
.paginationgal a:hover, .paginationgal a.selected{
color: #666666;
}

.sliderwrapper2, .sliderwrapper2v {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #cccccc;
border-bottom-width: 0px;*/
width: 220px; /*width of featured content slider*/
height: 300px;
text-align:center;
border-top:1px solid #272421;
border-right:1px solid #272421;
border-left:1px solid #272421;
border-bottom:1px solid #272421;
}

.sliderwrapper2v {border-width:0px !important; height: 205px !important;}

.sliderwrapper2 .contentdiv, .sliderwrapper2v .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 0px;
background: #fff;
width: 220px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align:center;
}

.sliderwrapper2v .contentdiv{height: 213px !important;}

.pagination2{
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
color:#ffffff;
font-family:arial;
font-size:11px;
height:20px;z-index:100000;
margin-bottom:5px;
}

.pagination2 a{
/*padding: 0 5px;*/
text-decoration: none; 
text-align:center;
line-height:16px;
color: #ffffff;
background-image: url(../img/fondopaginot.gif);
background-repeat: no-repeat;
height:16px;
width:16px;
margin-right:3px;
margin-top:5px;
/*margin-bottom:5px;*/
display:block;
float:left;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #ff7200;
}

.paginationcom {font-family:arial;font-size:11px;}
.paginationcom a {
text-decoration: none; 
text-align:center;
line-height:16px;
color: #ffffff;
background-image: url(../img/fondopaginot.gif);
background-repeat: no-repeat;
height:16px;
width:16px;
margin-right:3px;
margin-top:5px;
margin-bottom:5px;
display:block;
float:left;
}

.sliderwrapperclas {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #cccccc;
border-bottom-width: 0px;*/
width: 370px; /*width of featured content slider*/
height: 300px;
text-align:center;
border-top:1px solid #272421;
border-right:1px solid #272421;
border-left:1px solid #272421;
border-bottom:1px solid #272421;
}
.sliderwrapperclas .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 0px;
background: #fff;
width: 370px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align:center;
}

.FA_back{
	background-image:url(../img/csleft.png);
	display:block;
	position:absolute;
	left:0px;
	top:60%;
	width:60px;
	height:60px;
	background-position:top center;
	background-repeat:no-repeat;
	z-index:110;
	opacity:.75;
}
.FA_next{
	background-image:url(../img/csright.png);
	display:block;
	position:absolute;
	right:0px;
	top:60%;
	width:60px;
	height:60px;
	background-position:top center;
	background-repeat:no-repeat;
	z-index:110;
	opacity:.75;
}
@media only screen and (max-width: 980px) {
	#slider1.sliderwrappergal, #slider2.sliderwrappergal, #slider3.sliderwrappergal {height: inherit;min-height:inherit;}
	#slider1.sliderwrappergal .contentdiv, #slider2.sliderwrappergal .contentdiv , #slider3.sliderwrappergal .contentdiv {height: inherit;min-height:inherit;position:relative;}
}