﻿/*
skins available:
	- sweet
	- powerful
	- charming
*/

/* the container */
.allinone_carousel {
	position:relative;
}

.allinone_carousel_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
	
}

.allinone_carousel .contentHolder {
	position:relative;
	overflow:hidden;
}



/***sweet SKIN***/

.allinone_carousel.sweet .contentHolderUnit
{
    position: absolute;
    width: 380px;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    background: url('../Images/empty.gif') repeat;
}


.allinone_carousel.sweet .elementTitle {
	position:absolute;
	left:0;
	top:15px;
	width:100%;
	text-align:center;
	}

.allinone_carousel.sweet .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.allinone_carousel.sweet .leftNav
{
    position: absolute;
    left: 0px;
    margin-left: -25px;
    margin-top: 25px; /* height/2 */
    width: 110px;
    height: 157px;
    background: url('../Images/leftNav.png') no-repeat 0 0;
    
}
.allinone_carousel.sweet .leftNav:hover
{
    background: url('../Images/leftNav-h.png') no-repeat 0 0;
}
.allinone_carousel.sweet .rightNav
{
    position: absolute;
    right: 0px;
    margin-right: -25px;
    margin-top: 25px; /* height/2 */
    width: 110px;
    height: 157px;
    background: url('../Images/rightNav.png') no-repeat 0 0; cursor: pointer;
}
.allinone_carousel.sweet .rightNav:hover
{
    background: url('../Images/rightNav-h.png') no-repeat 0 0;
}

