﻿.trigger 
{
	font: 11px Arial, Verdana, Geneva, sans-serif;
	width: 201px;
	color: #333333;
}

.trigger .chunk
{
	display: block;
}

.trigger .header 
{
	background: transparent url(../Images/trigger_header_background.jpg) top left no-repeat;
	height: 62px;
}

.trigger .content
{
	background: transparent url(../Images/trigger_background.jpg) top left repeat-y;
	padding: 0 7px 0 4px;
	width: auto;
	float: none;
}

.trigger .content .copy
{
	width: 160px;
	margin: 0 auto;	
}

.trigger .content .copy h1
{
	color: #455492;
	font: bold 1.288em Arial, Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	margin: 15px 0 5px 0;
}

.trigger .content .copy p
{
	margin: 5px 0 10px 0;
	font-size: 11px;
}

.trigger .content .buttons
{
	text-align: center;
}

.trigger .content .buttons a
{
	display: inline-block;
	width: 82px;
	height: 30px;
}

.trigger .content .buttons a:hover.next
{
	background: transparent url(../Images/trigger_btn_next_hover.jpg) top left no-repeat;
}

.trigger .content .buttons a.next, .trigger .content .buttons a:hover.jcarousel-next-disabled
{
	background: transparent url(../Images/trigger_btn_next.jpg) top left no-repeat;
}

.trigger .content .buttons a:hover.prev
{
	background: transparent url(../Images/trigger_btn_previous_hover.jpg) top left no-repeat;
}

.trigger .content .buttons a.prev, .trigger .content .buttons a:hover.jcarousel-prev-disabled
{
	background: transparent url(../Images/trigger_btn_previous.jpg) top left no-repeat;
}

.trigger .footer
{
	background: transparent url(../Images/trigger_footer_background.jpg) top left no-repeat;
	height: 16px;
}
