/*

File Style's

Author: Юрий Коровенков (Yuriy Korovenkov)
Author URI: http://www.korovenkov.ru/

*/

/* Размеры больших фотографий */

.showcase-view img {
height : 319px;
}

/* Размеры маленьких фотографий */

.preview_img img {
height : 140px;
}

.preview_img {
margin-top : 1.0em;
table-layout : fixed;
width : 100%;
}
.preview_img .images {
overflow : auto;
white-space : nowrap;
width : 100%;
height : 190px;
}
* html .preview_img .images {
height : 215px;
}
.preview_img .images a {
margin-right : 1.2em;
}
* html .preview_img .images a {
padding-top : 1.5em;
}
.preview_img .images a img {
border : solid #fff;
border-width : 12px 15px;
}
.preview_img .images a.selected img {
border-color : #dddddd;
}
.hide-inners * {
visibility : hidden;
}
#next-item {
text-align : right;
}
#next-item span, #prev-item span {
cursor : pointer;
}
#next-item img, #prev-item img {
height : 28px;
width : 14px;
}
.showcase-view {
margin : 2.5em 1.0em;
text-align : center;
margin-bottom : 0.5em;
}
.showcase-view img {
margin-bottom : 1.5em;
padding: 2px;
border: solid 1px #dddddd;
}

.tm {
position: relative; 
top: -240px; 
}

/* The End File Style's  */
