.layout_content {
    background: url('/images/layout/content_small_gradient.png') repeat-x top;
}
.other_collection_cont {
    margin-bottom: 25px;
}
.other_collection_control {
    height: 25px;
    border-top: 1px solid #E4E4E4;
}
.other_collection_control .next {
    background: url('/images/layout/pager_right_arrow.png') no-repeat;
    float: right;
    width: 12px;
    height: 16px;
    margin-top: 3px;
}
.other_collection_control .prev {
    background: url('/images/layout/pager_left_arrow.png') no-repeat;
    float: right;
    width: 12px;
    height: 16px;
    margin-top: 3px;
}
.other_collection_data .prev{
    display: block;
	float: left;
	background: url("/images/terminal/btn-sprite.png") no-repeat scroll -340px -556px transparent;
	width: 41px;
	height: 136px;
	margin-right: 18px;
	border: 1px solid #ffffff;
	outline: 1px solid #999999;
}

.other_collection_data .next{
    display: block;
	float: left;
	background: url("/images/terminal/btn-sprite.png") no-repeat scroll -380px -556px transparent;
	width: 41px;
	height: 136px;
	margin-left: 67px;
	border: 1px solid #ffffff;
	outline: 1px solid #999999;
}
.other_collection_control .prev:hover {
    background: url('/images/layout/pager_left_arrow_hover.png') no-repeat;
}
.other_collection_control .next:hover {
    background: url('/images/layout/pager_right_arrow_hover.png') no-repeat;
}
#other_collection_items {
    float: left;
}
.other_collection_cont .item {
    width: 225px;
    height: 190px;
}
.other_collection_cont .item .goto_link {
    display: block;
    float: left;
    width: 235px;
    height: 15px;
}
.other_collection_cont .item .item_link {
    float: left;
    border: 1px solid #C29467;
    padding: 1px;
    height: 135px;
    color:white;
}
#other_collection_items li {
    width: 225px;
    height: 190px;
}
.other_collection_data .shadow {
    width: 225px;
    height: 7px;
    clear: left;
    background: url('/images/layout/gallery_image_shadow.png') no-repeat;
    display: block;
}
.other_collection_cont .item .title {
    width: 235px;
    height: 19px;
    overflow: hidden;
    font-family: 'DroidSansBold';
    font-size: 14px;
    color: #333;
    float: left;
}
.collection_item_display .title h1 {
    font-family: 'DroidSansBold';
    font-size: 30px;
    color: #333;
    float: left;
}
.collection_item_display .container {
    clear: left;
}
.collection_subject {
    float: left;
    color: #333;
    margin: 30px 0px 0px 20px;
}
.collection_item_display .image_cont ul {
    margin: 0px;
    padding: 0px;
}
.collection_item_display .image_cont li {
    width: 270px;
    height: 360px;
    list-style: none;
}
.collection_item_display .image_cont {
    display: inline;
    float: left;
    width: 270px;
    height: 360px;
    border: 1px solid #C29467;
    padding: 1px;
    background: #FEFEF9;
    position: relative;
}
.collection_item_display .data {
    display: inline;
    float: left;
    position: relative;
    width: 677px;
    min-height: 486px;
    _height: 360px;
}
.collection_item_display .description {
    clear: both;
    margin-top: 10px;
    float: left;
    width: 950px;
}
.collection_item_display .description_text {
    text-align: justify;
    color: #404040;
    font-family: 'DroidSansRegular';
}
.collection_item_display .data .left {
    display: inline;
    float: left;
    width: 250px;
    min-height: 200px;
    _height: 200px;
    margin-left: 15px;
}
.collection_item_display .data .right {
    display: inline;
    float: left;
    width: 370px;
    min-height: 200px;
    _height: 200px;
}
.collection_item_display .back_link {
    margin: 10px 0px;
}
.collection_item_display .data .data_title {
    font-family: 'DroidSansBold';
    font-size: 16px;
    color: #333;
}
.collection_item_display .data .datas {
    margin-bottom: 15px;
    line-height: 1.5em;
    font: 15px 'DroidSansRegular'; 
    color: #404040;
}
.description h2,.description h2 span.language_item {
    font-size: 16px;
    font-family: 'DroidSansBold';
    color: #333;
}
.thumbnailes_pager {
    display: none;
    position: absolute;
    width: 60px;
    height: 10px;
    top: 346px;
    left: 211px;
}
.thumbnailes_pager a {
    height: 15px;
    width: 30px;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
}
.thumbnailes_pager .right {
    background: #55AA9A;
}
.thumbnailes_pager .left {
    background: #3B3738;
}
.next_link_cont {
    position: absolute;
    right: 0px;
    top: 430px;
    height: 32px;
    /*padding: 0 9px 2px;*/
    border: 1px solid #999999;
    width: 114px;
}
.next_link {
    display: block;
    margin: 1px;
    color: white;
    cursor: pointer;
    background: url("/images/layout/bt-active.png") repeat-x scroll center center transparent;
    line-height: 30px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    
    font-weight: bold;
    
}
.container {
    position: relative;
}
.prev_link_cont {
    
    height: 32px;
    width: 84px;
    position: absolute;
    left: 0px;
    top: 430px;
    
    border: 1px solid #999999;
}
.prev_link {
    display: block;
    
/*    width: 100px;
    height: 40px;*/
    background: url("/images/layout/bt-active.png") repeat-x scroll center center transparent;
    
    color: white;
    cursor: pointer;
    margin: 1px;
    line-height: 30px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}