﻿.jcarousel-skin-br .jcarousel-container {
	position: relative;
}

.jcarousel-skin-br .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-br .jcarousel-container-horizontal {
	width: 960px;			/* This value needs to be modified to the banner rotator's width */
}

.jcarousel-skin-br .jcarousel-container-vertical {
	width: 960px;			/* This value needs to be modified to the banner rotator's width */
	height: 333px;		/* This value needs to be modified to the banner rotator's height */
	padding: 40px 20px;
}

.jcarousel-skin-br .jcarousel-clip {
	overflow: hidden;
}

.jcarousel-skin-br .jcarousel-clip-horizontal {
	width: 960px;			/* This value needs to be modified to the banner rotator's width */
	height: 333px;		/* This value needs to be modified to the banner rotator's height */
}

.jcarousel-skin-br .jcarousel-clip-vertical {
	width: 960px;				/* This value needs to be modified to the banner rotator's width */
	height: 333px;			/* This value needs to be modified to the banner rotator's height */
}

.jcarousel-skin-br .jcarousel-item {
	width: 960px;			/* This value needs to be modified to the banner rotator's width */
	height: 333px;		/* This value needs to be modified to the banner rotator's height */
	margin: 0;
}

.jcarousel-skin-br .jcarousel-item-horizontal {
}

.jcarousel-skin-br .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}

.jcarousel-skin-br .jcarousel-item-vertical {
	margin-bottom: 10px;
}

.jcarousel-skin-br .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-br .jcarousel-next-horizontal {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 118px;			/* Set this value to the width of the Right Arrow image */
	height: 333px;		/* Set this value to the height of the Right Arrow image */
	cursor: default;
	background: transparent url(/Controls/BannerRotator/images/FadeToBlackRight.png) no-repeat right top;		/* Set the url() to the absolute path of the Right Arrow image */
}

.jcarousel-skin-br .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(/Controls/BannerRotator/images/FadeToBlackLeft.png);		/* Set the url() to the absolute path of the Left Arrow image */
}

.jcarousel-skin-br .jcarousel-next-horizontal:hover, 
.jcarousel-skin-br .jcarousel-next-horizontal:focus {
}

.jcarousel-skin-br .jcarousel-next-horizontal:active {
}

.jcarousel-skin-br .jcarousel-next-disabled-horizontal, 
.jcarousel-skin-br .jcarousel-next-disabled-horizontal:hover, 
.jcarousel-skin-br .jcarousel-next-disabled-horizontal:focus, 
.jcarousel-skin-br .jcarousel-next-disabled-horizontal:active {
	cursor: default;
}

.jcarousel-skin-br .jcarousel-prev-horizontal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 118px;			/* Set this value to the width of the Left Arrow image */
	height: 333px;		/* Set this value to the height of the Left Arrow image */
	cursor: default;
	background: transparent url(/Controls/BannerRotator/images/LeftArrow.png) no-repeat left top;		/* Set the url() to the absolute path of the Left Arrow image */
}

.jcarousel-skin-br .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(/Controls/BannerRotator/images/RightArrow.png);		/* Set the url() to the absolute path of the Right Arrow image */
}

.jcarousel-skin-br .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-br .jcarousel-prev-horizontal:focus {
}

.jcarousel-skin-br .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-br .jcarousel-prev-disabled-horizontal, 
.jcarousel-skin-br .jcarousel-prev-disabled-horizontal:hover, 
.jcarousel-skin-br .jcarousel-prev-disabled-horizontal:focus, 
.jcarousel-skin-br .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-br .jcarousel-next-vertical {
	position: absolute;
	bottom: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-br .jcarousel-next-vertical:hover, 
.jcarousel-skin-br .jcarousel-next-vertical:focus {
	background-position: 0 -32px;
}

.jcarousel-skin-br .jcarousel-next-vertical:active {
	background-position: 0 -64px;
}

.jcarousel-skin-br .jcarousel-next-disabled-vertical, 
.jcarousel-skin-br .jcarousel-next-disabled-vertical:hover, 
.jcarousel-skin-br .jcarousel-next-disabled-vertical:focus, 
.jcarousel-skin-br .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}

.jcarousel-skin-br .jcarousel-prev-vertical {
	position: absolute;
	top: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-br .jcarousel-prev-vertical:hover, 
.jcarousel-skin-br .jcarousel-prev-vertical:focus {
	background-position: 0 -32px;
}

.jcarousel-skin-br .jcarousel-prev-vertical:active {
	background-position: 0 -64px;
}

.jcarousel-skin-br .jcarousel-prev-disabled-vertical, 
.jcarousel-skin-br .jcarousel-prev-disabled-vertical:hover, 
.jcarousel-skin-br .jcarousel-prev-disabled-vertical:focus, 
.jcarousel-skin-br .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
