#options_panel {width:340px; position:absolute; left:50%; top:-140px; margin-left:-170px; z-index:999; 
 filter: alpha(opacity=60); opacity: .6; }
#options_panel h3 {width: 55px; height: 20px; position: absolute; bottom: -20px; left: 50%; margin: 0 0 0 -40px; background: url(options-icon.png); background-repeat: no-repeat; background-position: left top; background-color: black; font: 10px/19px Arial, Helvetica, sans-serif; font-weight: bold; padding-left: 24px; cursor: pointer; color: #CCC;
-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px;-moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
#options_panel.opened h3 {background-position: left bottom;}
#options_panel .options {height:120px;  background-color:#000;padding: 10px 15px;
-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
#options_panel h5 {text-transform:uppercase;}
#options_panel h5,
#options_panel .options {font:bold 10px/1.6 Arial, Helvetica, sans-serif; color:#ddd;}
#options_panel ul {margin:0; padding:0; list-style:none;}
#options_panel ul li {float:left; padding:4px 8px; background:#333; margin-left:1px; cursor:pointer;}
#options_panel ul li:first-child {margin-left:0; 
-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
#options_panel ul li.last {-webkit-border-top-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomright: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
#options_panel ul li.active {background:#666666;}
#options_panel .note {padding-bottom:9px; margin-bottom:10px; border-bottom:1px solid #333}

/* some demo helpers */
body.light #main,
body.light #footer {background: url(../../images/transparent_png/white80.png);}
body.light  #logo {background-color:rgba(255,255,255,0.3)}
body.light ul.social_icons li a {background:#fff; color:#000;}
body.light ul.social_icons li a:hover {color:#fff;}
body.light #featured_boxes109 .boxes h5.title {color:#fff;}
body.light #featured_boxes109 .boxes a {color:#fff;}
body.light .border_effect:hover {-webkit-box-shadow: 0 0 0 10px #fff; -moz-box-shadow: 0 0 0 10px #fff; box-shadow: 0 0 0 10px #fff;}
body.light .darkbg.moduletable {background: url(../images/transparent_png/white90.png);}
