﻿.GalleryBody 
{
	/* background-image: url(../images/framework/body_top_card_creation_bg.jpg);*/
	background-image: url(../images/framework/body_bg.jpg);
	background-repeat: no-repeat;
	/*padding: 12px 15px 10px 15px;*/
	padding:0 15px;
}

.InfoBox 
{
	background-color: #DDDDFF;
	padding: 4px 4px 4px 4px;
	font-size: 10px;
}

.NeedArrow
{
	cursor: pointer;
}

.Invisible
{
	display: none;
}

.CardOptions
{
	margin-top: 5px;
	margin-left: 11px;
	float: left;
}

.ArrowCol
{
	height: 130px;
}

.GalleryHead
{
    color:#000;
    padding:15px 0px 0px 10px;
}

#ShowCard, #ShowCardVisualTrackIt
{
	position: relative;
	width: 490px; 
	height: 290px;
	overflow: hidden;
}

#ShowCardVisualTrackIt
{
	width: 602px;
}

#ShowCard
{
    border:2px solid #999999;
}

#ShowCard img, #ShowCardVisualTrackIt img 
{
	position: absolute;
	top: 0;
	left: 0;
}


.CardHolder
{
	overflow: auto;
	height: 350px;
}

.BlueUnderline
{
	text-decoration: underline;
	color: Blue;
	cursor: pointer;
}
