#case-study-select-container {
	height : 56px;
}

#case-study-select {
    position : relative;
    list-style-type : none;
    float : right;
    width : 526px;
    height : 36px;
    padding : 0px;
    margin : 0px 15px 20px;
    overflow : hidden;
}

#case-study-select li {
    position : absolute;
    list-style-image : none;
    float : left;
    display : none;
    cursor : pointer;
    width : 10px;
    height : 36px;
}

#case-study-select li.case-study {
    width : 149px;
    padding : 0px 10px;
    background : transparent url(../img/line.gif) no-repeat center right scroll;
    z-index : 1;
}

#case-study-previous {
    top : 0px;
    left : 0px;
    z-index : 2;
}

#case-study-next {
    top : 0px;
    right : 0px;
    margin-left : -1px;
    z-index : 2;
}

#case-study-image {
	position : relative;
    list-style-type : none;
    width : 826px;
    height : 349px;
    padding : 0px;
    margin : 0px;
    overflow : hidden;
}

#case-study-image li {
    position : absolute;
    list-style-image : none;
    float : left;
    display : none;
    width : 826px;
    height : 349px;
}

#case-study-detail {
    list-style-type : none;
	padding : 0px;
	margin : 0px;
}

#case-study-detail li {
    list-style-image : none;
	display : none;
	
}