/*
Title:    EKHO custom css file
Author:    mhogas@gmail.com // Marius Hogas 
 
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.
 
*/

.query_rule {color:#000;}

#thumbs_ph {overflow:auto; list-style:none; margin:30px; padding:0;}
#thumbs_ph li {float:left;}
#thumbs_ph a {display:block; padding:10px; outline:none;}
#thumbs_ph a:hover, #thumbs_ph a:focus {background:#fff;}
#thumbs_ph a.active {background:#000;}
#viewer_ph {position:relative; width:700px; height:465px; margin-left:30px;}
#viewer_ph img[src*="loader"] {position:absolute; left:50%; top:50%; margin:-15px 0 0 -15px;}