/*****************************************************************
 * 滚动横幅图片控件风格
 * 名称：CDPhotoMarqueetControl
 ******************************************************************/
/*================================================================*/
/*风格一：简洁式
  photo_marquee_one
=========================================================
*/
.photo_marquee_one { margin:0px;}
/*外层蒙罩 */
.photo_marquee_one .outerMask table{width:740px;}
/*内部图片容器；注：内部容器table的宽度一定要大于上面的蒙罩的宽度，否则，就不能循环滚动 */
.photo_marquee_one .innerBoard table {width:700px;font-size: 12px;margin: 0 0;border-collapse:collapse}
.photo_marquee_one .innerBoard table td {padding: 0px;vertical-align:top;margin:0px;}
table.innerBoard td
{
	vertical-align:top;
}

.photo_marquee_one table td a {}
.photo_marquee_one table td a:link, .photo_marquee_one table td a:visited, .photo_marquee_one table td a:hover, .photo_marquee_one table td a:active {border:none;text-decoration:none}
/*图片风格*/
.photo_marquee_one img{width:170px;height:120px;border-width:0}
/*标题风格*/
.photo_marquee_one .title
{
	margin-top:8px;
	width:170px;
	font-size:12px;
	vertical-align:top;text-align:center;}
/*================================================================*/
/*风格二：正规式
  photo_marquee_two
=========================================================
*/
.photo_marquee_two { margin:10px;}
/*外层蒙罩 */
.photo_marquee_two .outerMask table{width:500px;}
/*内部图片容器；注：内部容器table的宽度一定要大于上面的蒙罩的宽度，否则，就不能循环滚动 */
.photo_marquee_two .innerBoard table {width:700px;font-size: 12px;margin: 0 0;border-collapse:collapse}
.photo_marquee_two .innerBoard table td {padding: 0px;vertical-align:top;margin:0px;}
table.innerBoard td
{
	vertical-align:top;
}

.photo_marquee_two table td a {}
.photo_marquee_two table td a:link, .photo_marquee_two table td a:visited, .photo_marquee_two table td a:hover, .photo_marquee_two table td a:active {border:none;text-decoration:none}
/*图片风格*/
.photo_marquee_two img{width:100px;height:100px;border-width:0}
/*标题风格*/
.photo_marquee_two .title
{
	margin-top:3px;
	width:100px;
	font-size:12px;
	vertical-align:top;
}


/*================================================================*/
/*风格三：（待完善）
  photo_marquee_three
=========================================================
*/
.photo_marquee_three { margin:10px;}
/*外层蒙罩 */
.photo_marquee_three .outerMask table{width:500px;}
/*内部图片容器；注：内部容器table的宽度一定要大于上面的蒙罩的宽度，否则，就不能循环滚动 */
.photo_marquee_three .innerBoard table {width:700px;font-size: 12px;margin: 0 0;border-collapse:collapse}
.photo_marquee_three .innerBoard table td {padding: 0px;vertical-align:top;margin:0px;}
table.innerBoard td
{
	vertical-align:top;
}

.photo_marquee_three table td a {}
.photo_marquee_three table td a:link, .photo_marquee_three table td a:visited, .photo_marquee_three table td a:hover, .photo_marquee_three table td a:active {border:none;text-decoration:none}
/*图片风格*/
.photo_marquee_three img{width:100px;height:100px;border-width:0}
/*标题风格*/
.photo_marquee_three .title
{
	margin-top:3px;
	width:100px;
	font-size:12px;
	vertical-align:top;
}


/*================================================================*/
/*自定义风格；
  photo_marquee_yourname
=========================================================

