﻿/* Telerik 2009 Q2 Workaround to keep bullet images from appearing
in IE 7 on panel bars and combo boxes */
.rcbList, .rpRootGroup
{
	list-style-image: none;
}

.igmv_NavigationButtonNext
{
    text-align:right;
}

.igmv_NavigationButtonPrev
{
    text-align:left;
}