div#slidesOuterSpaceVHome {
width:748px;
height:342px;
margin-bottom:15px;
position:relative;
clear:both;

    float: right;
}

#preloaderVHome {
width:100%;
height:100%;
position:absolute;
background:url(layout/loader.gif) no-repeat center;
}

div#preloaderTextVHome {
position:absolute;
top:55%;
text-align: center;
width:100%;
font-weight:700;
letter-spacing:5px;
}

div#slideshowSpaceVHome {
width:748px;
position:relative;
display:none;
margin:0 auto;
}

div#carouselContainerVHome {
position:relative;
overflow:hidden;
height:342px;
margin:0 auto;
}

div#itemsCarouselVHome {
border:0;
top:0;
left:0;
position:absolute;
width:999999px;
margin:0;
padding:0;
}

div.slideItemVHome {
float:left;
width:748px;
height:342px;
}

div.slideItemVHome img {
width:748px;
height:342px;
}

div#arrowLeftVHome {
width:26px;
height:25px;
background:url(layout/slideshowArrowLeft.png) no-repeat center;
position:absolute;
left:-50px;
top:35%;
cursor:pointer;
z-index:10;
padding:25px;
}

div#arrowRightVHome {
width:26px;
height:25px;
background:url(layout/slideshowArrowRight.png) no-repeat center;
position:absolute;
right:-50px;
top:35%;
cursor:pointer;
padding:25px;
}

div#arrowLeftVHome:hover {
left:-55px;
}

div#arrowRightVHome:hover {
right:-55px;
}

div#slideshowMenuVHome {
position:absolute;
top:10px;
left:10px;
z-index:25;
}

div.slideshowDot {
width:14px;
height:14px;
background:url(layout/slideshowDot.png);
float:left;
margin-left:5px;
cursor:pointer;
}

div.slideshowDotOn,div.slideshowDot:hover {
background:url(layout/slideshowDotOn.png);
}

div#slideshowMenu img {
margin-left:5px;
cursor:pointer;
}