.carousel {

	-webkit-box-shadow: 0px 0px 24px 0px rgba(51, 50, 50, 0.59);
	-moz-box-shadow: 0px 0px 24px 0px rgba(51, 50, 50, 0.59);
	box-shadow: 0px 0px 24px 0px rgba(51, 50, 50, 0.59);
}
.dialog .carousel {
	width: 590px;
	margin-top: -30px;
	top: 100px;
	left: 330px;
	position: absolute;
}
.carousel-control {
	margin-top: 0px;
	text-shadow: none;
	background-color: #FB9321;
	border: none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 100;
	height: 20px;
	line-height: 20px;
	opacity: 1;
	text-align: center;
	width: auto;
	left: auto;
	margin-top: 0;
	filter: alpha(opacity=100);
}

.carousel-control.left.disabled, .carousel-control.right.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}

.carousel-control span {

	padding: 0 5px;
}
.carousel-control.hover {
	background: #fff;
	color: #ffffff;
}

.carousal-pagination {

	color: #80ACC1;
	background: #fff;
	font-size: 13px;
	font-weight: 100;
	left: 75px;
	line-height: 21px;
	opacity: 1;
	position: absolute;
	text-align: center;
	cursor: default;
	width: 62px;
	filter: alpha(opacity=100);
}
.carousel3  .carousal-pagination {
	display: none;
}

.carousel > .carousel-inner .slide > .title {
    padding: 8px;
    background: rgb(172,197,228); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjYzVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2QwZDhlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY2ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(172,197,228,1) 0%, rgba(208,216,226,1) 25%, rgba(242,246,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(172,197,228,1)), color-stop(25%,rgba(208,216,226,1)), color-stop(100%,rgba(242,246,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(172,197,228,1) 0%,rgba(208,216,226,1) 25%,rgba(242,246,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(172,197,228,1) 0%,rgba(208,216,226,1) 25%,rgba(242,246,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(172,197,228,1) 0%,rgba(208,216,226,1) 25%,rgba(242,246,249,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(172,197,228,1) 0%,rgba(208,216,226,1) 25%,rgba(242,246,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acc5e4', endColorstr='#f2f6f9',GradientType=1 ); /* IE6-8 */
}
.carousel > .carousel-inner .slide > .slide-inner {
    height: 225px;
    padding: 0px;
    overflow-y: auto;
}
.carousel > .carousel-inner .slide > .slide-inner > p {
    height: 225px;
    margin: 0;
    padding: 10px 10px 10px 10px;
    overflow-y: auto;
}
.carousel > .carousel-inner .slide > .slide-inner > img.left {
    margin: 0px 0px 0px 0px;
}
.carousel > .carousel-inner .slide > .slide-inner > img.right {
    margin: 0px 0px 0px 0px;
}

.carousel-control.left, .carousel-control.right {
	background: none;
	background-color: #FB9321;
	filter: none;
}
.carousel-control.right {
	right: 15px;
}

.carousel3.component .component-container {
	height: auto;
	background: none;
	margin-top: 0;
	padding-top: 0;
}

/* ---------------------- */
/*      START Carousel    */
/* ---------------------- */
/* Carousel Component */
.carousel {
	margin: 25px 0 60px 0;
	padding: 5px;
	-webkit-box-shadow: 1px 0px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 0px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 0px 4px 0px rgba(50, 50, 50, 0.75);
}
.carousel > .carousel-inner {
	position: relative;
	height: 100%;
}
/* Carousel Indicators | Clickable List Items */
.carousel > .carousel-inner > .indicators {
    width: 100%;
    padding: 10px;
    margin: 0 0 0 79px;
    line-height: 0;
    text-align: center;
    position: absolute;
    bottom: -37px;
    z-index: 1;
}
.carousel > .carousel-inner > .indicators > .indicator {
    display: inline-block;
    background-color: #336699;
    height: 10px;
    width: 10px;
}
.carousel > .carousel-inner > .indicators > .indicator.selected {
    background-color: #000000;
}
/* Next / Previous Buttons */
.carousel > .carousel-inner > .carousel-nav > .nav {
	background-color: #ececec;
    display: block;
    width: 38px;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
}
.carousel > .carousel-inner > .carousel-nav > .nav.hover {
    background-color: #d6e1ea;
}
.carousel > .carousel-inner > .carousel-nav > .nav.disabled {
    background-color: #ececec;
    opacity: .60;
}
.carousel > .carousel-inner > .carousel-nav > .nav.prev-btn {
    top: 0;
    left: 0;
}
.carousel > .carousel-inner > .carousel-nav > .nav.next-btn {
    top: 0;
    right: 0;
}
/* Icons in the Next / Previous Buttons */
.carousel > .carousel-inner > .carousel-nav > .nav > .icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}
.carousel > .carousel-inner > .carousel-nav > .nav.prev-btn > .icon.prev {
    background-position: 0px 0px;
}
.carousel > .carousel-inner > .carousel-nav > .nav.prev-btn.hover > .icon.prev {
    background-position: 0px -25px;
}
.carousel > .carousel-inner > .carousel-nav > .nav.next-btn > .icon.next {
    background-position: -22px 0px;
}
.carousel > .carousel-inner > .carousel-nav > .nav.next-btn.hover > .icon.next {
    background-position: -22px -25px;
}
/* Pagination */
.carousel > .carousel-inner > .carousel-nav > .pagination-container {
    bottom: -33px;
    position: absolute;
    text-align: center;
    width: 100%;
    /*display: none;*/
}
.carousel > .carousel-inner > .carousel-nav > .pagination-container > .pagination {
    display: inline-block;
    padding: 5px 10px;
    background-color: #DFDFDF;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    inset 0px 1px 4px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         inset 0px 1px 4px 0px rgba(50, 50, 50, 0.35);
}
/* Slide Panels */
.slide-mask {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 38px;
	height: 259px;
	position: relative;
}
/*.carousel .slides {
}
.carousel > .carousel-inner > .slide {
}*/

/* -------------------- */
/*      END Carousel    */
/* -------------------- */