﻿/*
    Inlined styles for my overrides to the carousel for this demo.
    Normally I would put this in a separate CSS file.
*/

.carousel-component
{
    padding: 8px 16px 4px 16px;
    margin: 0px;
    background-color:#ffddff;
    border: solid 1px #ffffff;
    
    /*background-image:url('../../App_Themes/Default/images/filterbk.png');
    background-position:bottom;
    background-repeat:no-repeat;*/
}
.carousel-component .carousel-list li
{
    margin: 4px;
    width: 79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
           img.border-left (1) + img.border-right (1)*/
    height: 110px; /* 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: 0px solid #e2edfa;
    outline: none;
}
.carousel-component .carousel-list li a:hover
{
    border: 0px solid #aaaaaa;
}
.carousel-component .carousel-list li img
{
    border: 0px solid #999;
    display: block;
}
.carousel-component .carousel-prev
{
    position: absolute;
    top: 45px;
    z-index: 3;
    cursor: pointer;
    left: 5px;
    
    filter:alpha(opacity=80);
	opacity:0.8;
}

.carousel-component .carousel-prev:hover
{
	filter:alpha(opacity=100);
	opacity:1.0;
}

.carousel-component .carousel-next
{
    position: absolute;
    top: 45px;
    z-index: 3;
    cursor: pointer;
    right: 5px;
    
    filter:alpha(opacity=80);
	opacity:0.8;
}

.carousel-component .carousel-next:hover
{
	filter:alpha(opacity=100);
	opacity:1.0;
}

.left-button-image
{
	
}

.right-button-image
{
}
