﻿/* Custom App Settings in here  */

.carousel-component 
{ 
    float:inherit;
	padding:  4px 8px 4px 8px;
	margin: 0px;
	text-align: center;
}

.carousel-component .carousel-list li 
{ 
	margin:  0px 3px 0px 3px;
	width:   225px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height: 130px; /* 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:none;
	outline:none;
}

.carousel-component .carousel-list li a:hover 
{ 
	border: none;
}

.carousel-component .carousel-list li img 
{ 
	border:none;
	display:block; 
}
								
.carousel-component .carousel-prev 
{ 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next 
{ 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}