/* 
    Document   : bxslider
    Created on : May 24, 2013, 4:55:25 PM
    Author     : feusebio
    Description:
        Purpose of the stylesheet follows.
*/

.bx-controls-direction {
	position: relative;
	top: 8px;
	}

.separator{
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #EEE;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bx-viewport{
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #CCC;
    margin-bottom: 4px;
    height: 100% !important;
}
.bx-viewport img{
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	float:left;
	margin-right:5px;
}

.bx-next{
    float: right;
   
}
.outside {
    position: relative;
    bottom: 8px;
    left: 40%;
    width: 30%;
}
