

			#lbux_rotator_container_520 {
				width:520px;
				height:220px;
				position:relative;
				margin: 0;
				color:#fff;			
			}
			
			#lbux_rotator_container_520 h1, #lbux_rotator_container_520 h2	{color:#fff;}
			
			#lbux_rotator_container_520 #slides {
				position:absolute;
				top:0px;
				left:0px;
				width:520px;
				height:220px;
				z-index:100;
				
				
			}
			
			/*
				Slides container
				Important:
				Set the width of your slides container
				Set to display none, prevents content flash
			*/
			
			#lbux_rotator_container_520 .slides_container {
				width:520px;
				overflow:hidden;
				position:relative;
				display:none;
				
			}
			
			/*
				Each slide
				Important:
				Set the width of your slides
				If height not specified height will be set by the slide content
				Set to display block
			*/
			
			#lbux_rotator_container_520 .slides_container div.slide {/* set the width and height of the slider images/content */
				width:520px;
				height:220px;
				display:block;
				
			}
			
			#lbux_rotator_container_520 ul li 	  {background: url(../images/bullet.png) no-repeat 0px 7px;padding-left:14px;}
			
			/*
				Pagination
			*/
			
			#lbux_rotator_container_520 .pagination {
				position:absolute;
				bottom:0px;
				right:10px;
				z-index:500;
			}
			
			#lbux_rotator_container_520 .pagination li {
				float:left;
				margin:0 1px;
				list-style:none;
				background:none;
				padding-left:0px;
			}
			
			#lbux_rotator_container_520 .pagination li a {
				display:block;
				width:14px;
				height:0;
				padding-top:14px;
				background-image:url(../images/pagination.png);
				background-position:0 0;
				float:left;
				overflow:hidden;
			}
			
			#lbux_rotator_container_520 .pagination li.current a {
				background-position:0 -14px;
			}
			
			/*
				Caption
			*/
			
			#lbux_rotator_container_520 .lbux_caption {
				z-index:500;
				position:absolute;
				top:0px;
				left:0;
				height:220px; /* set this to the height of the rotator*/
				padding:10px 10px;
				background: url(../images/caption_bg.png) repeat;
				_background:#000;
				width:280px;
				font-size:12px;
				color:#fff;
				text-shadow:none;
			}
			
			#lbux_rotator_container_520 .lbux_caption h1{
				font-size:38px;
				margin:0 0 2px;
				padding:0;
				
			}
			
			#lbux_rotator_container_520 .lbux_caption h2{
				font-size:22px;
				margin:0 0 20px;
			}
			
			#lbux_rotator_container_520 .lbux_caption p{
				margin-bottom:20px;	
			}
			
			#lbux_rotator_container_520 .lbux_caption a.lbux_link{
				color:#fff;
				text-decoration:underline;	
			}
			
			#lbux_rotator_container_520 .lbux_caption .lbux_block {display:block;margin-top:20px;}
			
			#lbux_rotator_container_520 .lbux_caption .lbux_button_link{text-decoration:none;margin:5px 0;}
			.lbux_button_link{
				background: #f2f2f2;
				height: 32px;
				line-height:32px;	
				display:inline-block;
				padding: 0 10px;
				margin-bottom:5px;
				text-decoration:none;
			}
	
			a:hover.lbux_button_link{
				
			}
			
			
