﻿/*******************************************************/
/***************** osatnio ogladane ********************/
/*******************************************************/
div#recently_watched_container
{
    clear:both;
    margin-bottom:-1px;
}
div.recently_watched
{
	border: 1px solid #E2E2E2;
	height: 102px;
	padding: 5px;
/*	position: absolute; */
	z-index: 1;
	margin-top:-1px;
}
div#recently_watched_container input.button_active
{
	display: inline;
/*	position: absolute; */
	background-image: url('../images/recently_watched.gif');
	width: 162px;
	height: 25px;
	background-repeat: no-repeat;
	border: 0px;
	z-index: 2;	
}
div#recently_watched_container input.button_nonactive
{
/*	position: absolute; */
	background-image: url('../images/recently_watched_clipboard.gif');
	background-repeat: no-repeat;
	width: 124px;
	height: 26px;
	border: 0px;
	color: White;
	display: inline;
	z-index: 2;
}
div.small_recently_watched
{
	border: 1px solid #E2E2E2;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 97px;
	height: 102px;
	overflow:hidden;
}
/*\*//*/
.small_recently_watched {
    display: block;
}
.small_recently_watched span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
div.small_recently_watched *
{
	vertical-align: middle;
}
ul.recent_list
{
	list-style-type: none;
	margin-left: 0;
}
ul.recent_list li
{
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

div.small_recently_watched span
{
    display:none ;
}
