.flexslider table
{
	
}

.flexslider .readmore
{
	position:relative;	
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	height:38px;
	line-height:38px;
	
}

.flexslider .Purple .readmore
{
	background-color:#1dbcb8;
}

.flexslider .Yellow .readmore
{
	background-color:#c60a45;
}

.flexslider .Teal .readmore
{
	background-color:#005cb1;
}

.flexslider .Red .readmore
{
	background-color:#efa32d;
}

.flexslider .Purple 
{
	background-color:#534495;
	border-top:solid 5px #1dbcb8;
}

.flexslider .Yellow
{
	background-color:#e7981b;
	border-top:solid 5px #c60a45;
}



.flexslider .Teal
{
	background-color:#20bcb9;
	border-top:solid 5px #005cb1;
}

.flexslider .Red
{
	background-color:#c60a45;
	border-top:solid 5px #efa32d;
}

.flexslider .captiontd
{
	font-size:1.3em;
	padding:20px;
	color:#ffffff;
	height:50px;
	width:600px;
}

.flexslider .linktd
{
	vertical-align:middle!important;
	font-size:1.2em;
	color:#ffffff;
	
}

.flexslider .moreicon
{	
	position:absolute;
	left:100%;
	height:100%;
	width:20px;
	top:0px;
	
}

.flexslider .Purple .moreicon
{
	background-image:url('images/purplemoreicon.gif');
	background-repeat:no-repeat;
	
	
}

.flexslider .Red .moreicon
{
	background-image:url('images/redmoreicon.gif');
	background-repeat:no-repeat;
	
	
}

.flexslider .Teal .moreicon
{
	background-image:url('images/tealmoreicon.gif');
	background-repeat:no-repeat;
	
	
}

.flexslider .Yellow .moreicon
{
	background-image:url('images/yellowmoreicon.gif');
	background-repeat:no-repeat;
	
	
}

/*
#slidertd .captionwrap
{
	border-top-width:5px;
	border-top-style:solid;
}

#slidertd .caption
{
	width:600px;
	font-size:1.3em;
	padding:20px;
	color:#ffffff;
	height:50px;
}

#slidertd .readlink
{
	vertical-align:middle;
	font-size:1.2em;
	
}

#slidertd .readmorelink
{
	position:relative;
	background-color:#20bcb9;
	color:#ffffff;
	padding:15px;
	cursor:pointer;
}

#slidertd .moreicon
{
	background-color:#058064;
	position:absolute;
	left:100%;
	height:100%;
	width:20px;
	top:0px;
}*/


