/* some styling for triggers */
	#triggers {
		text-align:center;
	}

	#triggers img {
		cursor:pointer;
		margin:0 5px;
		background-color:#fff;
		border:1px solid #ccc;
		padding:2px;
        width: 180px;
        height: 120px;

		-moz-border-radius:4px;
		-webkit-border-radius:4px;

	}



	/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}


  .simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	min-width:450px;
	min-height:200px;
	border:1px solid #666;
    text-align: center;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/wp-content/flowplayer/includes/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#rsVideos{

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: rgb(125,185,232);
    background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(32,124,202,1) 40%, rgba(41,137,216,1) 100%, rgba(30,87,153,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(40%,rgba(32,124,202,1)), color-stop(100%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1)));
    background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 40%,rgba(41,137,216,1) 100%,rgba(30,87,153,1) 100%);
    background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 40%,rgba(41,137,216,1) 100%,rgba(30,87,153,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 40%,rgba(41,137,216,1) 100%,rgba(30,87,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
    background: linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 40%,rgba(41,137,216,1) 100%,rgba(30,87,153,1) 100%);
    width: 600px;
    height:200px;
    
}

#rsVideoCaption{
    text-align: center;
    color: white;
    font-size: 24px;
    padding: 0px 2px 10px;
}
