/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
*/
.rhino-btn {
    z-index:10;
    width:56px;
    height:53px;
    display:block;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-prev, .rhino-next { bottom:-4px; }

.rhino-prev {
     left:-6px;
    background-position:-106px 0;
	width:50%;
	background: #cccccc;
	color: #000000;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	font-weight:bold;
}

.rhino-next {
    right:-6px;
    background-position:-106px 0;
	width:50%;
	background: #cccccc;
	color: #000000;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	font-weight:bold;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
    top:-4px;
    left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
    position:absolute;
    background: #000;
    display:none;
    left:0;
    right:0;
    top:0;
    color:#fff;
    padding:10px;
    text-align:right;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-bullets {
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin:0 0 0 -50px !important;
    z-index: 10;
    background: #fff;
    padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
    position:absolute;
    display:block;
    left:-16px;
    content:' ';
    width:16px;
    height:26px;
    background:url(../img/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
    left:auto;
    right:-16px;
    background-position: -240px 0;
}

.rhino-bullets li {
    float:left;
    display:inline;
    margin:0 2px !important;
}

.rhino-bullets li a.rhino-bullet {
    display: block;
    width: 16px;
    height: 15px;
    cursor: pointer;
    background: #2D96CF;
    font-size: 10px;
    text-align: center;
    padding: 6px 3px 5px 3px;
    color: #fff;

    text-decoration:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
    color:#999;
    background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
    color:#fff;
    background:#5cd4e8;
}

/* Quiz */

#slider {
    width:600px;
    height: 500px;

    /*IE bugfix*/
    padding:0;
    margin:0;

    border: 3px solid #eee;
}

#slider li{
    /*background-image: url('../img/quiz.png');*/

}

.ques_title{
    color: #000;
    font-weight: bold;
    padding: 20px 30px;
    background: #eee;
}

.ques_answers{
    color: #000;
    padding: 20px 40px;

}

.quiz_num{
    background: none repeat scroll 0 0 #9F2020;
    color: #FFFFFF;
    margin: 5px;
    padding: 5px;
}


#slider input[type='radio']{
    margin: 5px;
}

#quiz_panel input[type='button'],input[type='submit']{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CFCFCF;
    padding: 6px;
    min-width: 100px;
    margin: 5px;
}

#quiz_panel select{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CFCFCF;
    padding: 5px;
    min-width: 100px;
    margin: 5px;
}

#score{
    float: right;
}

#slider td{
    padding: 5px;
    text-align: center;
}

#quiz_panel .toolbar_item{
    float: left;
}

#quiz_panel #timer{
    padding: 2px 10px;
    margin: 5px;
    float: left;
    color: #fff;
    background: #9F2020;
    width: 350px;
}

#quiz_result img{
    width: 16px;
    height: 16px;
}

