/*--------- slider ---------*/

.slider-block {position:absolute; overflow:hidden; width:1400px; left:50%; z-index:1; margin-left:-700px;}
.slider { width:1400px; height:478px; position:relative; z-index:2; }
.items { display:none;}

.pagination { display:none; }

.prev {display:inline-block; width:40px; height:478px; background:url(../../Images/prev-next.png) 0 0 repeat; position:absolute; left:0; top:0; z-index:111;}
.prev strong {width:16px; height:30px; background:url(../../Images/prev.png) 0 0 no-repeat; margin:224px 0 0 13px; display:inline-block;}
.prev:hover strong {background:url(../../Images/prev.png) 0 bottom no-repeat;} 
.next {display:inline-block; width:40px; height:478px; background:url(../../Images/prev-next.png) 0 0 repeat; position:absolute; right:0; top:0; z-index:111;}
.next strong {width:16px; height:30px; background:url(../../Images/next.png) 0 0 no-repeat; margin:224px 0 0 11px; display:inline-block;}
.next:hover strong {background:url(../../Images/next.png) 0 bottom no-repeat;} 

.banner{ width:338px; overflow:hidden; position:absolute; bottom:0px; color:#fff; left:809px; z-index:15; background:url(../../Images/banner.png) 0 0 repeat; padding:0px 0 0px 24px; }
.banner p { font-family: 'Oswald', sans-serif; font-size:24px; line-height:30px; text-transform:uppercase; padding-bottom:20px; padding-top:26px; }
.banner strong { display:block; font-weight:normal; margin-top:-4px;}
.banner span {text-transform:uppercase;}
.banner a {display:inline-block; background:url(../../Images/marker-1.gif) right 6px no-repeat; font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:15px; color:#fff; padding-right:8px; text-transform:uppercase; margin-bottom:32px; }
.banner a:hover {text-decoration:underline;}
