/* photo gallery display for desktop */



.photogallery_table{
	visibility:visible;
}

.mainPhotoForGallery{
	padding-left:100px;
}

@media ( max-width :992px) {
	.mainPhotoForGallery{
		padding-left:0px;
	}
}

/* photo gallery display for cell phone devices */
.photogallery_for_media{
	display:none;
	text-align:center;
}
.photogallery_for_media{
	text-align:center;
}

.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
/*left: 131px;*/  /*leave as is*/
left: 0px;
top: 0;  /*leave as is*/
padding: 0px;
/*background: #798248;*/
/* width: 615px; */ /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
width: 100%; /*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;
}

/*IPAD or smaller */
@media ( max-width :768px) {
	.photogallery_table {
		display:none;
	}
	.photogallery_for_media{
	     display:initial;
    }
    .photogallery_for_media img{
		width:300px;
	    margin-left:0px;
	    padding-left:0px;
	    padding-top:5px;
	    border:1px;
    }
    
}

/** FOR CELL **/
@media ( max-width :450px) {
	.photogallery_table {
      visibility: hidden;
      display:none;
	}
	.photogallery_for_media{
	     display:initial;
    }
    .photogallery_for_media img{
		width:250px;
	    margin-left:0px;
	    padding-left:0px;
	    padding-top:5px;
	    border:1px;
    }
    
}

.sliderwrapper img{
	height:263px;
	border-width:2px;
	border-color:#2A0E06;
	border-type:double;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 325px;
margin:0 0 0 0px;
}

.pagination{
width: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 0px 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
