
/***************************************************************/
/*PROJECTS*/
/***************************************************************/
#project{ width:598px;
	height:340px;
	overflow:hidden;}
#project .carousel {
    float: left;
    position: relative;
    visibility: hidden;
	width:598px;
	height:340px;
    /*left: -5000px;*/
}
#project .carousel li{ overflow:visible !important;}
/* Styles for PREV and NEXT anchor buttons */
#project a.prev, #project a.next, #project a.go {
	position:relative;
		z-index:2000;
    display: block;
    width:124px;
    height:186px;
    line-height: 1;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;
    float: right;
}
    #project a.prev.disabled, #project a.next.disabled,
    #project a.prev.disabled:hover, #project a.next.disabled:hover {

        cursor: default;
    }
    #project a.go.highlight {

    }
    #project a.prev {
		/*position:relative;*/

        /*margin: -25px 5px 0 0px;*/
		margin-right:5px;
		margin-top:4px;
        text-indent: 7px;
		background:url(../images/proj-prev.png);
		width:124px;
		height:186px;
    }
	#project a.prev:hover{background:url(../images/proj-prev_h.png);}
    #project a.next {
		/*position:relative;*/

        /*margin: -50px 5px 0 0px;*/
		margin-right:5px;
		margin-top:4px;
        text-indent: 10px;
		background:url(../images/proj-next.png);
		width:124px;
		height:186px;
    }
	#project a.next:hover {background:url(../images/proj-next_h.png);}
        #project a.prev:hover, #project a.next:hover, #project a.go:hover {
            background-color: #fda14d;
        }

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#project .externalControl button,
#project .imageSliderExt button {
    margin: 5px 5px 0 0;
}
#project .externalControl a.next, #project .externalControl a.prev, #project .externalControl a.go,
#project .imageSliderExt a.next, #project .imageSliderExt a.prev, #project .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

#project .widget img {
    cursor: pointer;
}
#project .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
#project .vertical {
    margin-left: 0px;
}


 

 