/* Misc Utility CSS classes */
.sansys-css-clear{clear: both;}
.sansys-alignRight {text-align: right !important;}
.sansys-alignLeft {text-align: left !important;}
.sansys-strong {font-weight: bold !important;}
.sansys_yellow_box_front_end{
margin: 10px 0 15px;
background-color: #FFFFE0;
border-color: #E6DB55;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
padding: 8px;
}
.sansys_red_box_front_end{
background-color: #FFEBE8;
border-color: #CC0000;
color: #333333;
margin: 10px 0 15px;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
padding: 8px;
}
.sansys_photo_details_bottom_section{
display:block;
margin:5px 0px 30px 0px;
}
.sansys-digital-details-prev-next{
margin-top:30px;
}
.sansys_photo_details_previous_photo img{
width: 75%;
}
.sansys_photo_details_next_photo img{
width: 75%;
}
.sansys_photo_details_previous_photo_section{
float:left;
position:relative;
bottom:32px;
}
.sansys_photo_details_next_photo_section{
float:right;
position:relative;
bottom:32px;
}
.sansys_photo_details_navigation_info{
text-align:center;
}
a.redbutton{
background-color: #dd3333;
border-radius: 5px !important;
color: #fff;
padding: 7px 15px;
text-decoration: none;
/*width: 110px;*/
}
a.redbutton:hover{
background-color: #dd3333;
color: #fff;
}
