﻿/* - dot less - */
.CarouselHolder ul, ol, dl {list-style: none;}

/* - Initially want to hide ul element to save it displaying things as loading - */
.CarouselHolder ul {display: none; margin:0;}

/* - li elements in the carousel need to be absolutely positioned and hidden while building - */
.CarouselHolder li {position: absolute; display: none;	padding-top:10px;}
.CarouselHolder img {border: none;}
.CarouselHolder {background-color:#efefef; position: relative; height:200px; width: 453px; margin:20px 0px 10px 60px; padding:18px 0; z-index:1;}
.carouselControls {position: relative; width: 409px; height: 17px; top: 190px; left: 20px; text-align: center;}
.carouselInc, .carouselDec {width: 20px; height: 25px; cursor: pointer; display: inline;}
