﻿

div.portfolio-slides-container {
margin-left:auto;
margin-right:auto;
width:1089px; /* important (this width = width of list item(including margin) * items shown */ 
height:196px;
overflow: hidden;  /* important (hide the items outside the div) */
margin-top:0px;
margin-bottom:0px; 
position:relative;
 
}


div.portfolio-slides {
width:969px; /* important (this width = width of list item(including margin) * items shown */ 
height:196px;
overflow: hidden;  /* important (hide the items outside the div) */
//background: #Ff0000;
margin-top:0px;
margin-bottom:0px; 
 position:absolute;
top:0px;
left:50px;
}

div.move-left {
width:50px;  
height:82px;
overflow: hidden;  /* important (hide the items outside the div) */
margin-top:0px;
margin-bottom:0px; 
position:absolute;
top:56px;
left:0px;
 
}



div.move-right {
width:50px;  
height:82px;
overflow: hidden;  /* important (hide the items outside the div) */ 
margin-top:0px;
margin-bottom:0px; 
position:absolute;
top:56px;
right:20px;
 border-style:solid;
	border-color:#000000;
	border-width:0px
}


.arrow-down{
    width:82px;
	height:50px;
	//bottom:20px;
	//right:59px;
	margin:0px; 
	padding:0px;
	margin:0px;
	overflow:hidden;
	position: absolute;
	z-index:10;
}



#carousel_inner {
float:left; /* important for inline positioning */
width:969px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
//background: #F0F0F0;
}


#carousel_ul {
position:relative;
left:-323px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:0px;
}


#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:313px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:196px;
//background: #000000;
margin-top:0px;
margin-bottom:0px; 
margin-left:5px; 
margin-right:5px; 
}


#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}





