﻿/* CSS Document */
.carousel-component { 
    /*padding:8px 16px 4px 16px;*/
	padding:0px 20px 7px 0px;
    margin:0px;
    background-color: #ffffff;
}

.carousel-component .carousel-list li { 
    margin:1px;
    width:280px; /* img width is 75 px from flickr + a.border-left (1) + a.borde
r-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    /*height:100px; */ /* image + row of text (87) + border-top (1) + border-bottom(1
) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    /*
    display:block; 
    border:1px solid #e2edfa;
    outline:none; 
    */
}

.carousel-component .carousel-list li a:hover { 
  /*  border: 1px solid #aaaaaa; */
}

.carousel-component .carousel-list li img { 
  /*  border:1px solid #999; */
/*    display:block;  */
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:0px; /*10*/
    z-index:3;
    cursor:pointer; 
    right:5px; 
	
}

.carousel-component .carousel-next { 
    position:absolute;
    top:230px; /*227px;*/
    z-index:3;
    cursor:pointer; 
    right:5px; 


}

    #slider-bg {
        position: absolute;
        top: 30px; /*45px;*/
		right: 7px;
        background:url(http://www.bellenza.com/wedding-ideas/art-objects/slider_bg.png) no-repeat;
        height: 190px; /*length of slide 170*/
        width:14px; 
        z-index: 0;
		
    }

    #slider-thumb {
        position: absolute;
        top: 0;
        right: 0;
		z-index: 10;
	
    }
