@charset "utf-8";
/* CSS Document */
#slides *{
	direction: ltr;
	text-align: left;
}
#slides{
    position:relative;
    background:transparent  url(../images/banner-shadow-left.png) no-repeat bottom left;
}
#slides .slides_container{
   /* background:transparent  url(../images/banner-shadow-right.png) no-repeat bottom right;*/
    height: 540px;
}
.stripAttr {
    height:351px;
    display:block;
    width:100%;
    background-position: top center;
    
}

.slides_control .strip1 .image {
    background:transparent url(../images/strip-img/web-new-dimentions.jpg) no-repeat top center;
	height: 540px;
}
.slides_control .strip2 .image {
    background:transparent url(../images/strip-img/strip2_original_original.jpg) no-repeat top center;
    height: 540px;
}
.slides_control .strip3 .image {
    background:transparent url(../images/strip-img/strip3_original_original.jpg) no-repeat top center;
    height: 540px;
}
.slides_control .strip4 .image {
    background:transparent url(../images/strip-img/tester1_original.jpg) no-repeat top center;
    height: 540px;
}
.slides_control .strip5 .image {
    background:transparent url(../images/strip-img/strip5.jpg) no-repeat top center;
    height: 540px;
}
.slides_control .strip6 .image {
    background:transparent url(../images/strip-img/strip6.jpg) no-repeat top center;
    height: 540px;
}
/*.slides_control .strip1 .image {
    background:transparent url(../images/strip-img/emirates-award-ar_original.jpg) repeat-x top center;
	height: 540px;
}
.slides_control .strip2 .image {
    background:transparent url(../images/strip-img/emirates-award-ar_original.jpg) repeat-x top center;
    height: 540px;
}
.slides_control .strip3 .image {
    background:transparent url(../images/strip-img/emirates-award-ar_original.jpg) repeat-x top center;
    height: 540px;
}
.slides_control .strip4 .image {
    background:transparent url(../images/strip-img/emirates-award-ar_original.jpg) repeat-x top center;
    height: 540px;
}
.slides_control .strip5 .image {
    background:transparent url(../images/strip-img/emirates-award-ar_original.jpg) repeat-x top center;
    height: 540px;
}
.slides_control .strip6 .image {
    background:transparent url(../images/strip-img/emirates-award-ar_original.jpg) repeat-x top center;
    height: 540px;
}*/
.slides_control .image a{
    width:100%;
	display:block;
	height: 540px;
}
#slides .control {
    margin: auto;
    position: absolute;
    top: 415px;
    width: 100%;
    z-index: 110;
}
.control .pagination {
    left: 60%;
    position: relative;
    width: 320px;
	margin: 0;
	height: 45px;
}
.control .pagination li{
    float: left;
    margin-right: 3px;
    overflow: hidden;
}
.control .pagination li a{
    display: block;
    width: 75px;
    height: 45px;
	opacity: .5;
	outline: none;
	background: none;
	padding: 0;
	border: none;
}
.control .pagination li.current a{
    opacity: 1;
	outline: none;
}
.prevSlide {
    background: url("../images/left-arrow.png") no-repeat scroll left top transparent;
    border: none;
    cursor: pointer;
    height: 91px;
    left: 10%;
    outline: none;
    position: absolute;
    text-indent: -9000px;
    top: 280px;
    width: 91px;
    z-index: 100;
	display:none;
}
.nextSlide {
    background: url("../images/right-arrow.png") no-repeat scroll right top transparent;
    border: none;
    cursor: pointer;
    height: 91px;
    right: 10%;
    outline: none;
    position: absolute;
    text-indent: -9000px;
    top: 280px;
    width: 91px;
    z-index: 100;
	display:none;
}
#slider {
    height: 445px;
    margin: 0 auto;
    overflow: hidden;
    width: 150px;
}
.slide-wrapper{
    overflow: auto;
    height: 445px;
    position: relative;
    width: 145px;
    overflow-x: hidden;
}
#slider-controls{
    text-align:center;
    margin-top:10px;
}
li.slide img{
    margin-top:0px;
}
li.slide {
    color: #FFFFFF;
    min-height: 80px;
    margin-bottom:7px;
    width: 100%;
    font-size: 12px;

}
.slide a{
    color:#00572A;
    font-family: 'Meta-Medium', Arial, Helvetica, sans-serif;
}
#inline{
    height: 445px;
    width: 880px;
    background-color:#FFF;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-box-shadow: 0px 0px 5px #7c7c7c;
    -webkit-box-shadow: 0px 0px 5px #7c7c7c;
    box-shadow: 0px 0px 5px #7c7c7c;
    z-index: 105;
}
#inline .left-pan {
    float: left;
    width: 145px;
    margin:0 14px 0 0;
}
#inline .right-pan {
    float: left;
    width: 640px;
    height: 340px;
    margin: 0;
}
#inline .left-pan #slider h6 {
    color: #3f3f3f;
}
#inline .right-pan #videoBox h4 {
    color: #3f3f3f;
}
