/*CSS*/


/*PHOTO SLIDER S3SLIDER PLUGIN*/

#photo_gallery {width:1000px; height:300px !important; border-radius:15px;}
#photo_galleryContent {width:1000px; height:300px !important;}
.photo_galleryImage {float:left; position: relative; display:none;}
.photo_galleryImage span {position:fixed; left:-10000px; top:-10000px;}
.photo_galleryImage img{border-radius:15px; height:300px;}
.clear {clear: both;}

/*SIMPLE MODAL*/

#simplemodal-overlay {background-color:#000;}
#simplemodal-container{max-width:800px; max-height:600px; background-color:#FFF; border:8px solid #CCC; padding:8px; overflow:hidden;}