
/*_____________________________________________ Start - Projects - jCarousel _____________________________________________*/

#purchoptions {
	background-image: url(../images/bg.jpg);
	background-color:#6c6c6c;
}


#jCarouselLite h2 {
	margin:0 0 10px;
	color:#ffea00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
}

#jCarouselLite {
	margin:0;
	padding:0;
}

#jCarouselLite .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;  
	background:none;   
}
    #jCarouselLite .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLite .main {
	margin:0 0 0 40px;
	
    }

    #jCarouselLite .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #jCarouselLite .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
	
	#jCarouselLite .carousel h1#purchtitle {
		margin:0 0 5px;
		padding:0;
		color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	}
	
   #jCarouselLite .carousel a.prev, #jCarouselLite .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("purchoptions/prev-horizontal.gif") left 75px no-repeat;
    }
        #jCarouselLite .carousel a.next {
			
            background: url("purchoptions/next-horizontal.gif") right 75px no-repeat;
        }
            #jCarouselLite .carousel a.next:hover {
				
                background-image: url("purchoptions/next-horizontal.gif");
            }
            #jCarouselLite .carousel a.prev:hover {
		
                background-image: url("purchoptions/prev-horizontal.gif");
            }    
            #jCarouselLite .carousel a:hover, #jCarouselLite .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLite .carousel .jCarouselLite {
	float: left;
	/* Needed for rendering without flicker */
        position: relative;
	visibility: hidden;
	left: -5000px;
	text-decoration: none;
	background-color:#fff;
    }
        #jCarouselLite .carousel ul {
            margin: 0;
        }
		
		#jCarouselLite .carousel li {
	text-align:center;
	margin:10px 0;
	padding:10px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right:solid 1px #6c6c6c;
	height:140px;
	width:275px;
        }
         
		 #jCarouselLite .carousel li p {
	font-size: 10px;
	font-weight:bold;
	margin:0;
	color:#000000;
        }
		
         #jCarouselLite .carousel li p  a {
	text-decoration:none;
	color:#000000;
        }
		
		 #jCarouselLite .carousel li p .price {
	text-decoration:none;
	color:#990000;
	text-decoration:none;
}
		
		#jCarouselLite .carousel li img {
			width:222px;
			height:103px;
			border:none;
		}
        
        #jCarouselLite .widget img {
            cursor: pointer;
        }
            #jCarouselLite .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLite .vertical {
                margin-left: 170px;
            }
                #jCarouselLite .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLite .imageSlider li img, 
            #jCarouselLite .imageSlider li p, 
            #jCarouselLite .imageSliderExt li img , 
            #jCarouselLite .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLite _____________________________________________*/

            


/*_____________________________________________ Start - Utility classes _____________________________________________*/

/* Default classes for clearing float, also clearing the end without presentational markup*/
.clear { clear: both; }
    .cLeft { clear: left; }
    .cRight { clear: right; }
    .cEnd {
    /* clear fix without presentational markup. Mostly use .cEnd class for the float container. But when lotta containers
    in one selector, add it directly here like #propertyEntry div */
        display: inline-table;
    /* Hides from IE-mac \*/
        height: 1%;
        display: block;
    /* End hide from IE-mac */
    }
        html>body .cEnd {
        height: auto;
    }
    .cEnd:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }


