	#botiqcarouselcont {width:900px; margin:10% auto 0 auto;}
	#botiqcarouselconttwo {width:900px; margin:0 auto;}
	
		#botiqcarousel {
			list-style:none;
			padding: 0;
			margin: 0 auto;
			height: 400px;
			width: 520px;
			position:relative;
		}
		
		#botiqcarousel .roundabout-moveable-item {
			height: 350px;
			width: 650px;
			cursor: pointer;
			border:1px solid black;
			background:white;
			text-align: center;
		}
		
		#botiqcarousel li img {
			height:100%;
			width:100%;
		}
		
		#botiqcarousel li .video-overlay {
			cursor:pointer;			
		}

		#botiqcarousel li .play-video-overlay {
			height: 75px;
			width: 75px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -37px 0 0 -37px;
			display: none;
		}

		#botiqcarousel .roundabout-in-focus .play-video-overlay {
			display: block;
		}		
		
		#botiqcarousel .roundabout-in-focus {
			cursor: auto;
		}
		
		#botiqcarousel .desc {
			background:#333;
			background:rgba(0,0,0,.75);
			color:white;
			display:none;
			width:590px;
			margin:0 auto;
			padding:20px 30px;
			position:absolute;
			bottom:0;
		}
				
		
		#botiqcarousel .desc h2{
			font-size:24px;
			line-height:24px;
			text-align:left;
			padding:0 0 7px 0;
		}	

		#botiqcarousel .desc h2 a{
			color:#fff;
		}		

		#botiqcarousel .desc p{
			font-size:14px;
			line-height:14px;
			text-align:left;
		}			
		
		#botiqcarousel .roundabout-in-focus .desc {
			display:block;
		}
		
		#botiqcarousel .subdesc {
			font-size:18px;
			margin:10px auto;
			font-style:italic;
		}
		
		#botiqcarousel .descaction {
			display:block;
			margin:0 auto;
			background:#600;
			color:white;
			width:150px;
			font-size:18px;
			padding:10px;
			border-radius:5px;
			text-decoration:none;
		}
		
		#botiqcarousel-controls {
			width:850px;
			padding:0;
			margin:165px auto 0;
			overflow:auto;
			text-align:center
		}
		
		#botiqcarousel-controls .control {
			width:98px;
			font-size:14px;
			display:inline-block;
			text-align:center;
			margin:0 5px;
			padding:5px;
			cursor:pointer;
			border:1px solid black;
			background:#eee;
			color:#222;
			/* IE Less Than 8 */
			zoom:1;
			*display:inline;
		}
		
		#botiqcarousel-controls .control.current {
			background:#900;
			border-color:#600;
			color:#eee;
		}
		#botiquenav {
			
		}
		.botiquenext {
			background:url(images/anything-arrows-prev.png);
			position:absolute;
			top:40%;
			right:0;
			width:43px;
			height:94px;
			display:block;
			z-index:999;						
		}
		.botiqueprev {
			background:url(images/anything-arrows-next.png);
			position:absolute;
			top:40%;
			left:0;
			width:43px;
			height:94px;
			display:block;
			z-index:999;			
		}