#main
{
	background-image:url('../images/clips/clips_bg.jpg');
}

#filler
{
	background-image:url('../images/clips/clips_bg_filler.jpg');
}

#clip_panel
{
	position:absolute;
	left:160px;
	top:50px;
	width:643px;
	height:389px;
	background-image:url('../images/clips/clip_panel.png');
	background-repeat:no-repeat;
}

#clip_panel_video
{
	position:absolute;
	left:18px;
	top:22px;
	width:600px;
	height:337px;
	border:2px solid #FFFFFF;
}

.clip_icon_purple, .clip_icon_blue, .clip_icon_green, .clip_icon_yellow
{
	cursor:pointer;
}

.clip_icon_purple
{
	position:absolute;
	left:0px;
	top:0px;
	width:202px;
	height:144px;
}

.clip_icon_blue
{
	position:absolute;
	left:0px;
	top:0px;
	width:204px;
	height:140px;
}

.clip_icon_green
{
	position:absolute;
	left:0px;
	top:0px;
	width:216px;
	height:158px;
}

.clip_icon_yellow
{
	position:absolute;
	left:0px;
	top:0px;
	width:198px;
	height:135px;
}

.clip_icon_frame
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}

.clip_icon_image
{
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:105px;
}


