/* CSS Document */
.carousel-component { 
		height:400px;
		width:280px;
}

.carousel-clip-region{
	
}
.carousel-component .carousel-list li { 
    margin:2px;
    width:89px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:370px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
		padding-left:3px;
}

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

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

.carousel-component .carousel-list li img { 
    border:1px solid #FFFFFF;
    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; 
}
.portFolioImg{
	
}
.imgContainer{
	padding-top:5px;
	width:89px; 
	border-bottom:1px dotted #8C9AA5;
	height:100px;
}
.myLeftButton{
	margin-top:315px;
	margin-left:245px;
}
.myRightButton{
	margin-top:315px;
	margin-right:20px;
}