﻿/***************/
/* jquery tools*/
/***************/


/*a.video{display: block;width:320px;height:240px}*/
div.overlay
{
	background: url(../images/jquery.tools/overlay/white.png) no-repeat;
	padding: 40px;
	width: 576px;
	display: none;
}

div.overlay div.close
{
	background: url(../images/jquery.tools/overlay/close.png) no-repeat;
	position: absolute;
	top: 2px;
	right: 5px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

a.player
{
	display: block;
	height: 450px;
}

#overlay
{
	background-image: url(../images/jquery.tools/overlay/white.png);
	height: 450px;
}
#overlay-large
{
	background-image: url(../images/jquery.tools/overlay/white-large.png);
	height: 650px;
}
#overlay-red-large
{
	background-image: url(../images/jquery.tools/overlay/red-shadow-large.png);
	height: 650px;
}
#overlay-blue
{
	background-image: url(../images/jquery.tools/overlay/blue-shadow.png);
	height: 450px;
}

#overlay-white-large649
{
	background-image: url(../images/jquery.tools/overlay/white-6.49.png);
	height: 650px;
}

#overlay-blue499
{
	background-image: url(../images/jquery.tools/overlay/blue-4.99.png);
	height: 450px;
}
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap
{
	height: 441px;
	overflow-y: auto;
}


#overlay-large div.contentWrap, div.contentWrap.large
{
	height: 641px;
	overflow-y: auto;
}
#video-container
{
	position: relative;
	display: block;
	float: left;
}


#videoclips
{
	position: relative;
	display: block;
	float: left;
	width: 210px;
}
#videoclips a
{
	display: block;
	margin-bottom: 20px;
}

a.overlay-player
{
	display: block;
	width: 320px;
	height: 240px;
	text-align: center;
	margin: 0 15px 15px 0; /*float:left; */
	border: 1px solid #999;
}

/* play button */
a.overlay-player img
{
	margin-top: 70px;
	border: 0px;
}

/* when container is hovered we alter the border color */
a.overlay-player:hover
{
	border: 1px solid #000;
}


/*******************/
/* end jquery tools*/
/*******************/